ci: Also notify when await-deploy got skipped

This commit is contained in:
SebastianStork 2026-03-11 12:18:16 +01:00
parent b132276ca8
commit f9398c9d87
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -158,7 +158,7 @@ jobs:
-d "$body" \
https://ntfy.sh/splitleaf
- name: Notify failure
if: needs.await-deploy.result == 'failure'
if: needs.await-deploy.result == 'failure' || needs.await-deploy.result == 'skipped'
env:
SHA: ${{ github.sha }}
COMMIT_MSG: ${{ github.event.head_commit.message }}