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 6ded31f commit e46ff27Copy full SHA for e46ff27
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
branches: [ master ]
9
10
concurrency:
11
- group: ${{ github.head_ref }}
+ group: ${{ github.ref }}
12
cancel-in-progress: true
13
14
jobs:
0 commit comments