mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +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:
|
||||
name: Determine what has changed
|
||||
outputs:
|
||||
core: ${{ steps.core.outputs.any }}
|
||||
# core: ${{ steps.core.outputs.any }}
|
||||
# Temporary disable
|
||||
core: 'true'
|
||||
integrations: ${{ steps.integrations.outputs.changes }}
|
||||
tests: ${{ steps.tests.outputs.integrations }}
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user