Skip to content

Commit

Permalink
.github/workflows/cibuildwheel.yml: Cancel previous workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jun 24, 2024
1 parent 4ab0ce9 commit 394242f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
types:
- published

concurrency:
# Cancel previous runs of this workflow for the same branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}, arch ${{ matrix.arch }}
Expand Down

0 comments on commit 394242f

Please sign in to comment.