Workflow tweak for HA config.
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 16s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Failing after 49s

This commit is contained in:
2025-08-25 16:28:35 -04:00
parent bad521fe37
commit 069fb29876
@@ -64,11 +64,6 @@ jobs:
home-assistant-config-check: home-assistant-config-check:
name: Home Assistant Configuration Check name: Home Assistant Configuration Check
needs: [check-and-create-pr] needs: [check-and-create-pr]
runs-on: ubuntu-latest
steps:
- name: Checkout only configuration.yaml
uses: actions/checkout@v4
- name: Home Assistant Config Check
uses: ./.gitea/workflows/homeassistant-check.yml uses: ./.gitea/workflows/homeassistant-check.yml
with: with:
python-version: '3.13.2' python-version: '3.13.2'