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