Commit 119c49d
ci: cap Vercel deploy jobs at 30min to prevent concurrency-group lockups (#710)
The main CI concurrency group is cancel-in-progress:false (don't kill a
deploy mid-flight), so a hung job blocks all later runs/deploys. The four
Vercel deploy jobs had no timeout (GitHub's 6h default) — today a hung
'Deploy → Vercel' froze deploys for ~4h. A 30min cap (legit deploys take
~12min) turns a hang into a fast failure instead of a multi-hour lockup.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 3b47698 commit 119c49d
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
232 | 233 | | |
233 | 234 | | |
234 | 235 | | |
| |||
595 | 596 | | |
596 | 597 | | |
597 | 598 | | |
| 599 | + | |
598 | 600 | | |
599 | 601 | | |
600 | 602 | | |
| |||
783 | 785 | | |
784 | 786 | | |
785 | 787 | | |
| 788 | + | |
786 | 789 | | |
787 | 790 | | |
788 | 791 | | |
| |||
859 | 862 | | |
860 | 863 | | |
861 | 864 | | |
| 865 | + | |
862 | 866 | | |
863 | 867 | | |
864 | 868 | | |
| |||
0 commit comments