mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
CI: Cancel concurrent Wheel jobs (#91867)
This commit is contained in:
parent
0f80d0625a
commit
ca76285bcf
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
@ -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…
x
Reference in New Issue
Block a user