We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07af8f9 commit d9ef8adCopy full SHA for d9ef8ad
1 file changed
.github/workflows/pull-request-build.yml
@@ -1,6 +1,7 @@
1
name: Build SDK
2
on:
3
pull_request:
4
+ merge_group:
5
types: [opened, synchronize, ready_for_review]
6
7
concurrency:
@@ -27,7 +28,7 @@ jobs:
27
28
role-to-assume: ${{secrets.PR_WORKFLOW_IAM_ROLE_ARN}}
29
role-session-name: PullRequestBuildGitHubAction
30
aws-region: us-west-2
- role-duration-seconds: 7200 # 2 hours
31
+ role-duration-seconds: 10800 # 3 hrs
32
- name: Download Build Script
33
run: |
34
aws s3 cp s3://aws-sdk-builds-github-assets-prod-us-west-2/$SCRIPT_LOCATION ./$DOWNLOAD_FOLDER/$SCRIPT_LOCATION --no-progress
0 commit comments