Skip to content

Commit 824d9a9

Browse files
authored
ci(ci): add concurrency config (#253)
1 parent 8fe1d9b commit 824d9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
# This allows a subsequently queued workflow run to interrupt previous runs
1818
concurrency:
19-
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
19+
group: "${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
2020
cancel-in-progress: true
2121

2222
permissions:

0 commit comments

Comments
 (0)