mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +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.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…
x
Reference in New Issue
Block a user