ci: Don't notify on cancel

This commit is contained in:
SebastianStork 2026-03-05 21:27:45 +01:00
parent 5b0ddf5c54
commit d0c8b770ac
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -99,7 +99,7 @@ jobs:
-d "Commit \`${GITHUB_SHA::7}\` deployed successfully." \ -d "Commit \`${GITHUB_SHA::7}\` deployed successfully." \
https://ntfy.sh/splitleaf https://ntfy.sh/splitleaf
- name: Notify failure - name: Notify failure
if: needs.deploy.result != 'success' if: needs.deploy.result == 'failure'
run: | run: |
curl -s \ curl -s \
-H "Title: CI: Deploy failed" \ -H "Title: CI: Deploy failed" \