Skip to content

Commit fc5bd09

Browse files
committed
[ci] Allow early abort of the jobs if somebody pushed to the same PR.
1 parent b056f37 commit fc5bd09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
branches:
1010
- main
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
unix:
1418

0 commit comments

Comments
 (0)