Skip to content

Commit 6359ee5

Browse files
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 7bde01c commit 6359ee5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/on_master.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
tags-ignore:
88
- "**" # Ignore all tags to avoid duplicate executions triggered by tag pushes.
99

10-
concurrency:
11-
group: release
12-
cancel-in-progress: false
13-
1410
permissions:
1511
contents: read
1612

0 commit comments

Comments
 (0)