Skip to content

Commit 2d250c4

Browse files
committed
CI: cancel stale workflows.
1 parent 1ecc552 commit 2d250c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: check-pr
33
on:
44
pull_request:
55

6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
9+
610
jobs:
711
build:
812
runs-on: [ ubuntu-24.04 ]

0 commit comments

Comments
 (0)