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 f57ffd5 commit d16e6ffCopy full SHA for d16e6ff
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ name: CI
9
10
# Cancel PR actions on new commits
11
concurrency:
12
- group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
+ group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
13
cancel-in-progress: true
14
15
jobs:
0 commit comments