Skip to content

Commit 1c2dc65

Browse files
authored
ci(ci): add concurrency config (#126)
1 parent 9ccf224 commit 1c2dc65

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ on:
1515
- "docs/**"
1616
- "*.md"
1717

18+
# This allows a subsequently queued workflow run to interrupt previous runs
19+
concurrency:
20+
group: "${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
21+
cancel-in-progress: true
22+
1823
permissions:
1924
contents: read
2025

0 commit comments

Comments
 (0)