Skip to content

Commit

Permalink
Merge pull request #89 from target/cancel-in-progress
Browse files Browse the repository at this point in the history
Cancel in-progress jobs on new commits
  • Loading branch information
colindean authored Nov 4, 2024
2 parents 8d22c7d + 1f90418 commit 669a039
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/make-based-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
branches: [ "main" ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
poetry-checks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 669a039

Please sign in to comment.