Skip to content

Commit 52ee7e1

Browse files
committed
Automatically cancel outdated CI runs on PR
1 parent af87f0a commit 52ee7e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ defaults:
2929
run:
3030
shell: bash
3131

32+
concurrency:
33+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
34+
cancel-in-progress: true
35+
3236
jobs:
3337
tidy:
3438
uses: taiki-e/workflows/.github/workflows/tidy.yml@main

0 commit comments

Comments
 (0)