diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index dc5c0e3..eed6572 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -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 }}