Skip to content

Commit b93ee8f

Browse files
committed
Cancel ongoing CI runs on new commit
1 parent 7e77383 commit b93ee8f

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
@@ -5,6 +5,10 @@ on:
55
pull_request:
66
workflow_dispatch:
77

8+
concurrency:
9+
group: ci-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
# ============================================================
1014
# Root build job - all dependent jobs fan out from here

0 commit comments

Comments
 (0)