mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 10:38:22 +00:00
Disable concurrency
This commit is contained in:
parent
b4f7d2022c
commit
fdf10da4d9
6
.github/workflows/wheels.yml
vendored
6
.github/workflows/wheels.yml
vendored
@ -19,9 +19,9 @@ on:
|
|||||||
env:
|
env:
|
||||||
DEFAULT_PYTHON: "3.13"
|
DEFAULT_PYTHON: "3.13"
|
||||||
|
|
||||||
concurrency:
|
# concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref_name}}
|
# group: ${{ github.workflow }}-${{ github.ref_name}}
|
||||||
cancel-in-progress: true
|
# cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
init:
|
init:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user