From cbb4b1f2d2f0a01449214e6d0d6ac530982d6214 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 27 Mar 2024 09:42:26 -0400 Subject: [PATCH] Fixing woodpecker. --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c772903..a1fb071 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,9 @@ steps: - notify_on_failure: image: alpine:3 commands: - apk add curl - "curl -d'lemmy-translations CI build failed: ${CI_PIPELINE_URL}' ntfy.sh/lemmy_drone_ci" when: - status: [failure] + - event: pull_request + status: failure