Skip to content

Commit 3e7334f

Browse files
authored
Cancel old CI jobs when a new push is done. (#2362)
1 parent ca9d8b9 commit 3e7334f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-tests.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
pull_request:
66
push:
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
10+
cancel-in-progress: true
11+
812
jobs:
913

1014
test-windows-core:

0 commit comments

Comments
 (0)