Skip to content

Commit

Permalink
cancel in progress runs of the same branch
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Oct 3, 2024
1 parent 44854db commit 8feedd7
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 8feedd7

Please sign in to comment.