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 8fe1d9b commit 824d9a9Copy full SHA for 824d9a9
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ on:
16
17
# This allows a subsequently queued workflow run to interrupt previous runs
18
concurrency:
19
- group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
+ group: "${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
20
cancel-in-progress: true
21
22
permissions:
0 commit comments