mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Temporarily disable CI concurrency (#60926)
This commit is contained in:
parent
17dc609363
commit
0a2ca1f7d5
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@ -15,9 +15,10 @@ env:
|
||||
PRE_COMMIT_CACHE: ~/.cache/pre-commit
|
||||
SQLALCHEMY_WARN_20: 1
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
# Temporary disabled: https://github.com/actions/runner/issues/1532
|
||||
# concurrency:
|
||||
# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
# cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
changes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user