Skip to content

Commit cdb8416

Browse files
authored
cancel running CI jobs when a PR is updated (#1675)
@see nodejs/node#42017
1 parent 11bdb1c commit cdb8416

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
@@ -7,6 +7,10 @@ on:
77
- main
88
- v-next
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
12+
cancel-in-progress: true
13+
1014
jobs:
1115
lint:
1216
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)