We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ecc4f commit 709d413Copy full SHA for 709d413
.github/workflows/pre-post-release.yml
@@ -25,9 +25,6 @@ env:
25
permissions:
26
contents: read
27
28
-concurrency:
29
- group: ${{ github.workflow }}
30
-
31
jobs:
32
validate-tag:
33
runs-on: ubuntu-latest
.github/workflows/release.yml
@@ -19,6 +19,10 @@ on:
19
20
21
22
+
23
+concurrency:
24
+ group: ${{ github.workflow }}
0 commit comments