CI: Cancel concurrent Wheel jobs (#91867)
This commit is contained in:
parent
0f80d0625a
commit
ca76285bcf
1 changed files with 4 additions and 0 deletions
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
|
@ -13,6 +13,10 @@ on:
|
||||||
- "requirements.txt"
|
- "requirements.txt"
|
||||||
- "requirements_all.txt"
|
- "requirements_all.txt"
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref_name}}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
init:
|
init:
|
||||||
name: Initialize wheels builder
|
name: Initialize wheels builder
|
||||||
|
|
Loading…
Add table
Reference in a new issue