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 b207a52 commit f7135b0Copy full SHA for f7135b0
1 file changed
.github/workflows/ci.yml
@@ -470,7 +470,10 @@ jobs:
470
(github.ref == 'refs/heads/main' || github.ref == 'refs/heads/staging') &&
471
needs.promote-images.outputs.promoted == 'true'
472
runs-on: blacksmith-4vcpu-ubuntu-2404
473
- timeout-minutes: 75
+ # Must exceed the poll script's OVERALL_TIMEOUT (70 min, covering a prod deploy
474
+ # queued behind a ~50-min bake) PLUS runner setup + the final promote step, so
475
+ # the Actions timeout never kills the job before the script's own deadline.
476
+ timeout-minutes: 90
477
permissions:
478
contents: read
479
id-token: write
0 commit comments