1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-06 15:36:51 +01:00

CI: Cancel concurrent Wheel jobs (#91867)

This commit is contained in:
Franck Nijhof
2023-04-22 20:56:52 +02:00
committed by GitHub
parent 0f80d0625a
commit ca76285bcf
+4
View File
@@ -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