CI: Cancel concurrent Wheel jobs (#91867)
parent
0f80d0625a
commit
ca76285bcf
|
@ -13,6 +13,10 @@ on:
|
|||
- "requirements.txt"
|
||||
- "requirements_all.txt"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref_name}}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
init:
|
||||
name: Initialize wheels builder
|
||||
|
|
Loading…
Reference in New Issue