Commit 03cf9b3
committed
ci: remove release concurrency group from on_master.yaml
The on_master workflow dispatches manual_release_beta.yaml and waits for it
to complete, but both shared the same `release` concurrency group, causing a
deadlock: the dispatched run sat in `pending` while the parent held the slot.
Beta/stable workflows still own the `release` group, so serialization between
releases is preserved.1 parent fecca3a commit 03cf9b3
1 file changed
Lines changed: 0 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 | | |
| |||
0 commit comments