Skip to content

Commit ed5e35c

Browse files
committed
ci: auto-cancel running wheel jobs
1 parent 110256a commit ed5e35c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
1717
types:
1818
- published
1919

20+
concurrency:
21+
group: wheels-${{ github.head_ref }}
22+
cancel-in-progress: true
23+
2024
env:
2125
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.inputs.overrideVersion }}
2226
CIBW_ENVIRONMENT: "PIP_PREFER_BINARY=1 SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}"

0 commit comments

Comments
 (0)