Skip to content

Commit 7f40d6c

Browse files
committed
cancel old matrix tests in CI build
1 parent cb8826f commit 7f40d6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ jobs:
9999
matrix:
100100
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
101101
shardTotal: [12]
102+
concurrency:
103+
group: matrix-client-test-${{ matrix.shardIndex }}-${{ github.head_ref || github.run_id }}
104+
cancel-in-progress: true
102105
steps:
103106
- uses: actions/checkout@v4
104107
- uses: ./.github/actions/init

0 commit comments

Comments
 (0)