We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a9070 commit 4d8523cCopy full SHA for 4d8523c
.github/workflows/release-wheel-variants.yml
@@ -78,6 +78,7 @@ jobs:
78
promote-variants:
79
needs: generate-matrix
80
runs-on: ubuntu-22.04
81
+ timeout-minutes: 180
82
# Only use pytorchbot-env for workflow_dispatch with dry_run=false
83
environment: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run == false && 'pytorchbot-env' || '' }}
84
strategy:
@@ -140,6 +141,7 @@ jobs:
140
141
with:
142
role-to-assume: arn:aws:iam::749337293305:role/gha_workflow_test_build_wheels
143
aws-region: us-east-1
144
+ role-duration-seconds: 10800 # 3 hours
145
146
- name: Determine version suffix
147
id: version-suffix
0 commit comments