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 1dbd6d7 commit 91d3a0bCopy full SHA for 91d3a0b
.github/workflows/skip-ci-on-release.yml
@@ -9,7 +9,7 @@ on:
9
- '**'
10
11
concurrency:
12
- group: ${{ github.ref }}-${{ github.workflow }}
+ group: ${{ github.workflow }}-${{ github.head_ref }}
13
cancel-in-progress: true
14
15
jobs:
0 commit comments