Skip to content

Commit

Permalink
Cancel old CI jobs when a new push is done. (#2362)
Browse files Browse the repository at this point in the history
  • Loading branch information
timcassell committed Jul 9, 2023
1 parent ca9d8b9 commit 3e7334f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yaml
Expand Up @@ -5,6 +5,10 @@ on:
pull_request:
push:

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

jobs:

test-windows-core:
Expand Down

0 comments on commit 3e7334f

Please sign in to comment.