Attempting to speed up HA config check.
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 14s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Successful in 4m15s
Home Assistant & Miscellaneous Deployment / Docker Compose Dry Run (push) Has been cancelled

This commit is contained in:
2025-08-26 07:17:35 -04:00
parent 8a8fe4abec
commit 04a809b253
+3 -1
View File
@@ -64,6 +64,8 @@ jobs:
home-assistant-config-check:
name: Home Assistant Configuration Check
needs: [check-and-create-pr]
env:
HA_VERSION: "2025.8.3"
runs-on: ubuntu-latest
steps:
@@ -99,7 +101,7 @@ jobs:
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip wheel
pip install homeassistant==2025.8.3
pip install homeassistant==${{ env.HA_VERSION }}
- name: Gotify Notification (start check)
uses: eikendev/gotify-action@master