Skip to content

Commit 1df4cfb

Browse files
committed
feat(ci): cancel in-progress PR workflows on new commit push
1 parent a2a15f1 commit 1df4cfb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88

99
pull_request:
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
13+
cancel-in-progress: true
14+
1115
permissions:
1216
contents: read
1317

0 commit comments

Comments
 (0)