diff --git a/.github/workflows/e2e_android.yaml b/.github/workflows/e2e_android.yaml index 62db3fb03d..18e4098e27 100644 --- a/.github/workflows/e2e_android.yaml +++ b/.github/workflows/e2e_android.yaml @@ -32,10 +32,9 @@ jobs: channel: - beta - stable - # Skips e2e tests against beta on PRs, except for auth - # Todo(Jordan-Nelson): Update tests to skip beta for auth once flutter 3.16.0 becomes stable. + # Skips e2e tests against beta on PRs exclude: - - channel: ${{ (github.event_name == 'pull_request' && inputs.package-name != 'amplify_auth_cognito_example' && 'beta') || 'NONE' }} + - channel: ${{ (github.event_name == 'pull_request' && 'beta') || 'NONE' }} steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3 diff --git a/.github/workflows/e2e_ios.yaml b/.github/workflows/e2e_ios.yaml index 4dd40f2824..fd22240cb3 100644 --- a/.github/workflows/e2e_ios.yaml +++ b/.github/workflows/e2e_ios.yaml @@ -25,10 +25,9 @@ jobs: channel: - beta - stable - # Skips e2e tests against beta on PRs, except for auth - # Todo(Jordan-Nelson): Update tests to skip beta for auth once flutter 3.16.0 becomes stable. + # Skips e2e tests against beta on PRs exclude: - - channel: ${{ (github.event_name == 'pull_request' && inputs.package-name != 'amplify_auth_cognito_example' && 'beta') || 'NONE' }} + - channel: ${{ (github.event_name == 'pull_request' && 'beta') || 'NONE' }} # These permissions are needed to interact with GitHub's OIDC Token endpoint. permissions: diff --git a/.github/workflows/e2e_linux.yaml b/.github/workflows/e2e_linux.yaml index 3273e3d54f..1045eee3cb 100644 --- a/.github/workflows/e2e_linux.yaml +++ b/.github/workflows/e2e_linux.yaml @@ -26,10 +26,9 @@ jobs: channel: - beta - stable - # Skips e2e tests against beta on PRs, except for auth - # Todo(Jordan-Nelson): Update tests to skip beta for auth once flutter 3.16.0 becomes stable. + # Skips e2e tests against beta on PRs exclude: - - channel: ${{ (github.event_name == 'pull_request' && inputs.package-name != 'amplify_auth_cognito_example' && 'beta') || 'NONE' }} + - channel: ${{ (github.event_name == 'pull_request' && 'beta') || 'NONE' }} # These permissions are needed to interact with GitHub's OIDC Token endpoint. permissions: diff --git a/.github/workflows/e2e_web.yaml b/.github/workflows/e2e_web.yaml index 497423c353..d88f50ad9b 100644 --- a/.github/workflows/e2e_web.yaml +++ b/.github/workflows/e2e_web.yaml @@ -26,10 +26,9 @@ jobs: channel: - beta - stable - # Skips e2e tests against beta on PRs, except for auth - # Todo(Jordan-Nelson): Update tests to skip beta for auth once flutter 3.16.0 becomes stable. + # Skips e2e tests against beta on PRs exclude: - - channel: ${{ (github.event_name == 'pull_request' && inputs.package-name != 'amplify_auth_cognito_example' && 'beta') || 'NONE' }} + - channel: ${{ (github.event_name == 'pull_request' && 'beta') || 'NONE' }} # These permissions are needed to interact with GitHub's OIDC Token endpoint. permissions: diff --git a/.github/workflows/e2e_windows.yaml b/.github/workflows/e2e_windows.yaml index 7d0ccf3b1f..aca9fbea7d 100644 --- a/.github/workflows/e2e_windows.yaml +++ b/.github/workflows/e2e_windows.yaml @@ -26,10 +26,9 @@ jobs: channel: - beta - stable - # Skips e2e tests against beta on PRs, except for auth - # Todo(Jordan-Nelson): Update tests to skip beta for auth once flutter 3.16.0 becomes stable. + # Skips e2e tests against beta on PRs exclude: - - channel: ${{ (github.event_name == 'pull_request' && inputs.package-name != 'amplify_auth_cognito_example' && 'beta') || 'NONE' }} + - channel: ${{ (github.event_name == 'pull_request' && 'beta') || 'NONE' }} # These permissions are needed to interact with GitHub's OIDC Token endpoint. permissions: