Skip to content

Commit

Permalink
ci/tests: fix tests-matrix cancellation
Browse files Browse the repository at this point in the history
  • Loading branch information
neersighted committed Mar 25, 2024
1 parent c0dd247 commit 70c3d79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/.tests-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
required: true
type: boolean

concurrency:
group: ${{ github.workflow }}.tests-matrix-${{ github.head_ref || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

defaults:
run:
shell: bash
Expand Down

0 comments on commit 70c3d79

Please sign in to comment.