Skip to content

Commit

Permalink
Cancel old test jobs in CI (#13249)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Jul 28, 2022
1 parent f84e2cf commit 1ff79b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
- CREDITS
- LICENSE

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
main:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1ff79b6

Please sign in to comment.