Skip to content

Commit f7135b0

Browse files
fix(ci): widen promote-trigger job timeout above the poll budget
1 parent b207a52 commit f7135b0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,10 @@ jobs:
470470
(github.ref == 'refs/heads/main' || github.ref == 'refs/heads/staging') &&
471471
needs.promote-images.outputs.promoted == 'true'
472472
runs-on: blacksmith-4vcpu-ubuntu-2404
473-
timeout-minutes: 75
473+
# 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
474477
permissions:
475478
contents: read
476479
id-token: write

0 commit comments

Comments
 (0)