Skip to content

Commit 977d625

Browse files
committed
fix(ci): Cancel running PR check jobs
1 parent 54d4a6f commit 977d625

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-pull-requests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- release/v*
88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
1011
jobs:
1112
check_pull_requests:
1213
name: Check pull requests

0 commit comments

Comments
 (0)