Skip to content

Commit 669a039

Browse files
authored
Merge pull request #89 from target/cancel-in-progress
Cancel in-progress jobs on new commits
2 parents 8d22c7d + 1f90418 commit 669a039

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/make-based-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [ "main" ]
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
poetry-checks:
1115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)