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.
head_ref
1 parent 7801185 commit 7d61494Copy full SHA for 7d61494
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
types: [opened, synchronize, reopened]
10
11
concurrency:
12
- group: ${{ github.workflow }}-${{ github.head_ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}
13
cancel-in-progress: true
14
15
permissions: {}
0 commit comments