We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1416f79 commit 77cbac6Copy full SHA for 77cbac6
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ env:
10
FORCE_COLOR: 3
11
12
concurrency:
13
- group: ${ github.workflow }-${ github.head_ref }
+ group: ${ github.workflow }-${ github.ref }
14
cancel-in-progress: true
15
16
jobs:
0 commit comments