Commit a4e3145
fix: use per-host deploy concurrency groups to prevent cancellation
Move concurrency from workflow-level to job-level with per-host groups.
Workflow-level concurrency only allows one pending run, canceling earlier
queued runs when a new one arrives. Per-host groups let each host queue
independently.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 748f1d4 commit a4e3145
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
17 | 13 | | |
18 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments