From d0c8b770ac244ee1e660a79a0d9ab48f0e8cf5f0 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 5 Mar 2026 21:27:45 +0100 Subject: [PATCH] ci: Don't notify on cancel --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d580eec..03e23b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" \