Skip to content

Commit ac2d922

Browse files
authored
Merge pull request #5832 from cknitt/ci-concurrency
CI: auto-cancel previous build when new one is started
2 parents 9fa2b3c + d216e93 commit ac2d922

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
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [master]
88

9+
concurrency:
10+
group: ci-${{ github.ref }}-1
11+
cancel-in-progress: true
12+
913
jobs:
1014
build:
1115
strategy:

0 commit comments

Comments
 (0)