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 da385e0 commit 26cc433Copy full SHA for 26cc433
.github/workflows/release.yml
@@ -6,9 +6,9 @@ on:
6
- 'v[0-9]+.[0-9]+.[0-9]+'
7
8
# cancel previous runs if new commits are pushed to the PR, but run for each commit on master
9
- concurrency:
10
- group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
11
- cancel-in-progress: true
+concurrency:
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
12
13
jobs:
14
release:
0 commit comments