Skip to content

Commit 1881113

Browse files
committed
cancel previous tests
1 parent 2413619 commit 1881113

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/testing-matrix.yaml

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

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
run_all_tests:
1014
strategy:

0 commit comments

Comments
 (0)