Skip to content

Commit 120fe5d

Browse files
committed
ci: prevent concurrent release workflow runs
1 parent 343a559 commit 120fe5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77

8+
concurrency:
9+
group: release
10+
cancel-in-progress: false
11+
812
permissions:
913
contents: write
1014
id-token: write

0 commit comments

Comments
 (0)