Skip to content

Commit d9ef8ad

Browse files
authored
Increase PR workflow duration to 3 hrs (#6883)
* Increase PR workflow duration to 2.5 hrs * Increase PR workflow duration to 3 hrs * Add merge_group to pr build workflow
1 parent 07af8f9 commit d9ef8ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pull-request-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build SDK
22
on:
33
pull_request:
4+
merge_group:
45
types: [opened, synchronize, ready_for_review]
56

67
concurrency:
@@ -27,7 +28,7 @@ jobs:
2728
role-to-assume: ${{secrets.PR_WORKFLOW_IAM_ROLE_ARN}}
2829
role-session-name: PullRequestBuildGitHubAction
2930
aws-region: us-west-2
30-
role-duration-seconds: 7200 # 2 hours
31+
role-duration-seconds: 10800 # 3 hrs
3132
- name: Download Build Script
3233
run: |
3334
aws s3 cp s3://aws-sdk-builds-github-assets-prod-us-west-2/$SCRIPT_LOCATION ./$DOWNLOAD_FOLDER/$SCRIPT_LOCATION --no-progress

0 commit comments

Comments
 (0)