Skip to content

Commit 70a90e0

Browse files
authored
ci(ci): add concurrency config (#433)
1 parent d7314f7 commit 70a90e0

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
@@ -14,6 +14,11 @@ on:
1414
- 'docs/**'
1515
- '*.md'
1616

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 }}"
20+
cancel-in-progress: true
21+
1722
permissions:
1823
contents: read
1924

0 commit comments

Comments
 (0)