We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273d836 commit 20e4096Copy full SHA for 20e4096
1 file changed
.github/workflows/semantic-release.yml
@@ -8,6 +8,10 @@ on:
8
branches:
9
- '**'
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref_name }}
13
+ cancel-in-progress: true
14
+
15
jobs:
16
semantic:
17
name: Determine version
0 commit comments