HA Config job tweaks.
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 13s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Failing after 29s
Home Assistant & Miscellaneous Deployment / Generate list of added/modified/deleted services (push) Has been skipped
Home Assistant & Miscellaneous Deployment / Docker Compose Dry Run (push) Has been skipped

This commit is contained in:
2025-08-24 11:43:27 -04:00
parent a936379eb9
commit ef397c9267
+2 -4
View File
@@ -67,10 +67,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
sparse-checkout: |
app-configs/homeassistant/configuration.yaml
sparse-checkout-cone-mode: false
- name: Gotify Notification
uses: eikendev/gotify-action@master
with:
@@ -80,6 +76,8 @@ jobs:
notification_message: 'Beginning HA config check...'
- name: Run Home Assistant Configuration Check
uses: frenck/action-home-assistant@v1.4.1
with:
path: "app-configs/homeassistant"
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: