From f9398c9d87acaf95db13de8156cf0eb449bf753c Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 11 Mar 2026 12:18:16 +0100 Subject: [PATCH] ci: Also notify when `await-deploy` got skipped --- .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 3c17f32..2c44b1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}