Skip to content

Commit a279b90

Browse files
authored
ci: prevent concurrent release workflows (#14717)
1 parent 689fd88 commit a279b90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-latest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ permissions:
55
contents: write
66
pull-requests: write
77

8+
# Prevent concurrent releases to avoid race conditions
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: false
12+
813
on:
914
push:
1015
branches:

0 commit comments

Comments
 (0)