mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 10:08:23 +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:
|
||||
DEFAULT_PYTHON: "3.13"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref_name}}
|
||||
cancel-in-progress: true
|
||||
# concurrency:
|
||||
# group: ${{ github.workflow }}-${{ github.ref_name}}
|
||||
# cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
init:
|
||||
|
Loading…
x
Reference in New Issue
Block a user