mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
CI: Cancel concurrent Wheel jobs (#91867)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user