From 9f935fc9204706c5c34d0197a9523de3f04bc406 Mon Sep 17 00:00:00 2001 From: Jim Blanchard Date: Thu, 14 Sep 2023 18:34:29 -0500 Subject: [PATCH] chore: Enable E2E tests on push to next/release (#12061) --- .../callable-release-verification.yml | 10 +++++----- .github/workflows/push-next-release.yml | 18 +++++++++--------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/callable-release-verification.yml b/.github/workflows/callable-release-verification.yml index 30fd4b0c7e0..3d270d97521 100644 --- a/.github/workflows/callable-release-verification.yml +++ b/.github/workflows/callable-release-verification.yml @@ -7,16 +7,16 @@ jobs: uses: ./.github/workflows/callable-prebuild-amplify-js.yml with: runs_on: ubuntu-latest - prebuild-macos: - uses: ./.github/workflows/callable-prebuild-amplify-js.yml - with: - runs_on: macos-latest + # prebuild-macos: + # uses: ./.github/workflows/callable-prebuild-amplify-js.yml + # with: + # runs_on: macos-latest prebuild-samples-staging: secrets: inherit uses: ./.github/workflows/callable-prebuild-samples-staging.yml e2e: needs: - - prebuild-macos + # - prebuild-macos - prebuild-ubuntu - prebuild-samples-staging secrets: inherit diff --git a/.github/workflows/push-next-release.yml b/.github/workflows/push-next-release.yml index 564717e3b29..b749c6f406b 100644 --- a/.github/workflows/push-next-release.yml +++ b/.github/workflows/push-next-release.yml @@ -8,17 +8,17 @@ concurrency: on: push: branches: - - invalid-branch + - next/release jobs: e2e: secrets: inherit uses: ./.github/workflows/callable-release-verification.yml - next-release: - needs: - - e2e - secrets: inherit - uses: ./.github/workflows/callable-npm-publish-preid.yml - with: - preid: next - allow-protected-preid: true + # next-release: + # needs: + # - e2e + # secrets: inherit + # uses: ./.github/workflows/callable-npm-publish-preid.yml + # with: + # preid: next + # allow-protected-preid: true