We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8420a commit b3364f7Copy full SHA for b3364f7
.github/workflows/pull-request-build-yml renamed to .github/workflows/pull-request-build.yml
@@ -29,6 +29,7 @@ jobs:
29
role-to-assume: ${{ env.IAM_ROLE_ARN }}
30
role-session-name: PullRequestBuildGitHubAction
31
aws-region: us-west-2
32
+ role-duration-seconds: 7200
33
- name: Download Build Script
34
run: |
35
aws s3 cp s3://aws-sdk-builds-github-assets-prod-us-west-2/$SCRIPT_LOCATION ./$DOWNLOAD_FOLDER/$SCRIPT_LOCATION --no-progress
@@ -42,4 +43,4 @@ jobs:
42
43
--branch "${{ github.event.pull_request.head.ref }}" \
44
--pr-number "${{ github.event.pull_request.number }}" \
45
--run-id "${{ github.run_id }}"
- timeout-minutes: 510 # 8.5 hours
46
+ timeout-minutes: 120 # 2 hours
0 commit comments