Skip to content

Commit

Permalink
Cancel in progress runs of the same branch (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db authored Oct 3, 2024
1 parent 44854db commit c733aa5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
- "tests/unit/**"
- ".github/workflows/main.yml"
- ".github/workflows/stale.yml"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
run-tox-tests-uc-cluster:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c733aa5

Please sign in to comment.