Skip to content

Commit f9bdf28

Browse files
committed
ENH: Update CI to cancel in-progress on repeated pushes
1 parent 9a2747f commit f9bdf28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212

1313
workflow_dispatch:
1414

15+
concurrency:
16+
group: ${{ github.workflow }}-${{ github.ref }}
17+
cancel-in-progress: true
18+
1519
env:
1620
# Only support 64-bit CPython >= 3.7
1721
# VTK does not currently build python 3.8 arm64 wheels, so skip it too

0 commit comments

Comments
 (0)