From 4cd627dab22a78f000f3a05d72d920e2fcbb8300 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 3 Apr 2024 16:59:18 -0400 Subject: [PATCH] Re-add notif on tag failure. --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 99dc16489..0414ef728 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -263,7 +263,7 @@ steps: - apk add curl - "curl -d'Lemmy CI build failed: ${CI_PIPELINE_URL}' ntfy.sh/lemmy_drone_ci" when: - - event: pull_request + - event: [pull_request, tag] status: failure notify_on_tag_deploy: