Skip to content

Commit

Permalink
ci: auto-cancel running wheel jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Sep 16, 2021
1 parent 110256a commit ed5e35c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
types:
- published

concurrency:
group: wheels-${{ github.head_ref }}
cancel-in-progress: true

env:
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.inputs.overrideVersion }}
CIBW_ENVIRONMENT: "PIP_PREFER_BINARY=1 SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}"
Expand Down

0 comments on commit ed5e35c

Please sign in to comment.