We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b832374 commit 66692caCopy full SHA for 66692ca
1 file changed
.github/workflows/release.yml
@@ -3,6 +3,10 @@ on:
3
push:
4
branches: [main]
5
6
+concurrency:
7
+ group: release
8
+ cancel-in-progress: false
9
+
10
permissions:
11
contents: read
12
0 commit comments