Skip to content

Commit 3dcce68

Browse files
committed
Separate cancel group
1 parent 3bfdecb commit 3dcce68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linkcheck.yml

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

1717
concurrency:
18-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
18+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-linkcheck
1919
cancel-in-progress: true
2020

2121
permissions: {}

0 commit comments

Comments
 (0)