Skip to content

Commit 9645e08

Browse files
committed
ci: prevent concurrent release workflow runs
1 parent 1889188 commit 9645e08

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.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)