Skip to content

Commit 22a41eb

Browse files
committed
ci(ci): add concurrency config
1 parent d2984b0 commit 22a41eb

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
@@ -10,6 +10,11 @@ on:
1010
- 'docs/**'
1111
- '*.md'
1212

13+
# This allows a subsequently queued workflow run to interrupt previous runs
14+
concurrency:
15+
group: "${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
16+
cancel-in-progress: true
17+
1318
permissions:
1419
contents: read
1520

0 commit comments

Comments
 (0)