8000 CI Cancel in progress wheel builds (#24375) · scikit-learn/scikit-learn@fd0e815 · GitHub
[go: up one dir, main page]

Skip to content

Commit fd0e815

Browse files
authored
CI Cancel in progress wheel builds (#24375)
1 parent db8d67c commit fd0e815

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
# Manual run
1818
workflow_dispatch:
1919

20+
concurrency:
21+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
22+
cancel-in-progress: true
23+
2024
jobs:
2125
# Check whether to build the wheels and the source tarball
2226
check_build_trigger:

0 commit comments

Comments
 (0)
0