File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11name : Run pre-release integ tests
22on :
33 pull_request_target :
4+ workflow_dispatch :
45permissions :
56 contents : read
67
78jobs :
89 oidc :
9- if : ${{ github.event.pull_request.user.login == 'aws-sdk-osds' && github.repository == 'aws-actions/configure-aws-credentials' }}
10+ if : ${{ github.event_name == 'workflow_dispatch' || (github. event.pull_request.user.login == 'aws-sdk-osds' && github.repository == 'aws-actions/configure-aws-credentials') }}
1011 permissions :
1112 id-token : write
1213 strategy :
3233
3334 # can cut this test out if it's not necessary
3435 static_assumeRole :
35- if : ${{ github.event.pull_request.user.login == 'aws-sdk-osds' && github.repository == 'aws-actions/configure-aws-credentials' }}
36+ if : ${{ github.event_name == 'workflow_dispatch' || (github. event.pull_request.user.login == 'aws-sdk-osds' && github.repository == 'aws-actions/configure-aws-credentials') }}
3637 strategy :
3738 fail-fast : false
3839 matrix :
5758 aws sts get-caller-identity
5859
5960 role_chaining :
60- if : ${{ github.event.pull_request.user.login == 'aws-sdk-osds' && github.repository == 'aws-actions/configure-aws-credentials' }}
61+ if : ${{ github.event_name == 'workflow_dispatch' || (github. event.pull_request.user.login == 'aws-sdk-osds' && github.repository == 'aws-actions/configure-aws-credentials') }}
6162 permissions :
6263 id-token : write
6364 strategy :
9192 aws sts get-caller-identity
9293
9394 inline_policy :
94- if : ${{ github.event.pull_request.user.login == 'aws-sdk-osds' && github.repository == 'aws-actions/configure-aws-credentials' }}
95+ if : ${{ github.event_name == 'workflow_dispatch' || (github. event.pull_request.user.login == 'aws-sdk-osds' && github.repository == 'aws-actions/configure-aws-credentials') }}
9596 permissions :
9697 id-token : write
9798 strategy :
@@ -129,7 +130,7 @@ jobs:
129130 run : exit 1
130131
131132 http-proxy :
132- if : ${{ github.event.pull_request.user.login == 'aws-sdk-osds' && github.repository == 'aws-actions/configure-aws-credentials' }}
133+ if : ${{ github.event_name == 'workflow_dispatch' || (github. event.pull_request.user.login == 'aws-sdk-osds' && github.repository == 'aws-actions/configure-aws-credentials') }}
133134 permissions :
134135 id-token : write
135136 runs-on : ubuntu-latest
@@ -163,7 +164,7 @@ jobs:
163164 run : exit 1
164165
165166 token-file :
166- if : ${{ github.event.pull_request.user.login == 'aws-sdk-osds' && github.repository == 'aws-actions/configure-aws-credentials' }}
167+ if : ${{ github.event_name == 'workflow_dispatch' || (github. event.pull_request.user.login == 'aws-sdk-osds' && github.repository == 'aws-actions/configure-aws-credentials') }}
167168 permissions :
168169 id-token : write
169170 strategy :
You can’t perform that action at this time.
0 commit comments