mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Temporary disable partial runs in CI (#60258)
This commit is contained in:
parent
3dac661480
commit
4c3163196e
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -654,7 +654,9 @@ jobs:
|
|||||||
changes:
|
changes:
|
||||||
name: Determine what has changed
|
name: Determine what has changed
|
||||||
outputs:
|
outputs:
|
||||||
core: ${{ steps.core.outputs.any }}
|
# core: ${{ steps.core.outputs.any }}
|
||||||
|
# Temporary disable
|
||||||
|
core: 'true'
|
||||||
integrations: ${{ steps.integrations.outputs.changes }}
|
integrations: ${{ steps.integrations.outputs.changes }}
|
||||||
tests: ${{ steps.tests.outputs.integrations }}
|
tests: ${{ steps.tests.outputs.integrations }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user