File tree Expand file tree Collapse file tree 5 files changed +10
-15
lines changed Expand file tree Collapse file tree 5 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 32
32
channel :
33
33
- beta
34
34
- stable
35
- # Skips e2e tests against beta on PRs, except for auth
36
- # Todo(Jordan-Nelson): Update tests to skip beta for auth once flutter 3.16.0 becomes stable.
35
+ # Skips e2e tests against beta on PRs
37
36
exclude :
38
- - channel : ${{ (github.event_name == 'pull_request' && inputs.package-name != 'amplify_auth_cognito_example' && 'beta') || 'NONE' }}
37
+ - channel : ${{ (github.event_name == 'pull_request' && 'beta') || 'NONE' }}
39
38
40
39
steps :
41
40
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
Original file line number Diff line number Diff line change 25
25
channel :
26
26
- beta
27
27
- stable
28
- # Skips e2e tests against beta on PRs, except for auth
29
- # Todo(Jordan-Nelson): Update tests to skip beta for auth once flutter 3.16.0 becomes stable.
28
+ # Skips e2e tests against beta on PRs
30
29
exclude :
31
- - channel : ${{ (github.event_name == 'pull_request' && inputs.package-name != 'amplify_auth_cognito_example' && 'beta') || 'NONE' }}
30
+ - channel : ${{ (github.event_name == 'pull_request' && 'beta') || 'NONE' }}
32
31
33
32
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
34
33
permissions :
Original file line number Diff line number Diff line change 26
26
channel :
27
27
- beta
28
28
- stable
29
- # Skips e2e tests against beta on PRs, except for auth
30
- # Todo(Jordan-Nelson): Update tests to skip beta for auth once flutter 3.16.0 becomes stable.
29
+ # Skips e2e tests against beta on PRs
31
30
exclude :
32
- - channel : ${{ (github.event_name == 'pull_request' && inputs.package-name != 'amplify_auth_cognito_example' && 'beta') || 'NONE' }}
31
+ - channel : ${{ (github.event_name == 'pull_request' && 'beta') || 'NONE' }}
33
32
34
33
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
35
34
permissions :
Original file line number Diff line number Diff line change 26
26
channel :
27
27
- beta
28
28
- stable
29
- # Skips e2e tests against beta on PRs, except for auth
30
- # Todo(Jordan-Nelson): Update tests to skip beta for auth once flutter 3.16.0 becomes stable.
29
+ # Skips e2e tests against beta on PRs
31
30
exclude :
32
- - channel : ${{ (github.event_name == 'pull_request' && inputs.package-name != 'amplify_auth_cognito_example' && 'beta') || 'NONE' }}
31
+ - channel : ${{ (github.event_name == 'pull_request' && 'beta') || 'NONE' }}
33
32
34
33
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
35
34
permissions :
Original file line number Diff line number Diff line change 26
26
channel :
27
27
- beta
28
28
- stable
29
- # Skips e2e tests against beta on PRs, except for auth
30
- # Todo(Jordan-Nelson): Update tests to skip beta for auth once flutter 3.16.0 becomes stable.
29
+ # Skips e2e tests against beta on PRs
31
30
exclude :
32
- - channel : ${{ (github.event_name == 'pull_request' && inputs.package-name != 'amplify_auth_cognito_example' && 'beta') || 'NONE' }}
31
+ - channel : ${{ (github.event_name == 'pull_request' && 'beta') || 'NONE' }}
33
32
34
33
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
35
34
permissions :
You can’t perform that action at this time.
0 commit comments