We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b086dd1 + e822806 commit 43f4754Copy full SHA for 43f4754
1 file changed
.github/workflows/release.yml
@@ -6,6 +6,10 @@ on:
6
- main
7
- dev
8
9
+concurrency:
10
+ group: release-${{ github.ref_name }}
11
+ cancel-in-progress: true
12
+
13
permissions:
14
contents: read
15
0 commit comments