Skip to content

Commit 1ff79b6

Browse files
authored
Cancel old test jobs in CI (#13249)
1 parent f84e2cf commit 1ff79b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
- CREDITS
1515
- LICENSE
1616

17+
concurrency:
18+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
19+
cancel-in-progress: true
20+
1721
jobs:
1822
main:
1923
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)