We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8dcd0 commit 6c09c4dCopy full SHA for 6c09c4d
1 file changed
.github/workflows/release.yml
@@ -5,6 +5,11 @@ on:
5
branches:
6
- main
7
8
+concurrency:
9
+ # prevent two release workflows from running at once
10
+ # race conditions here can result in releases failing
11
+ group: ${{ github.workflow }}
12
+
13
permissions: {}
14
jobs:
15
release:
0 commit comments