mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 21:19:07 +01:00
ci: Don't notify on cancel
This commit is contained in:
parent
5b0ddf5c54
commit
d0c8b770ac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -99,7 +99,7 @@ jobs:
|
|||
-d "Commit \`${GITHUB_SHA::7}\` deployed successfully." \
|
||||
https://ntfy.sh/splitleaf
|
||||
- name: Notify failure
|
||||
if: needs.deploy.result != 'success'
|
||||
if: needs.deploy.result == 'failure'
|
||||
run: |
|
||||
curl -s \
|
||||
-H "Title: CI: Deploy failed" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue