From bc1b1331558e192ccd2b50b705369933402be52b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 9 Dec 2024 22:08:21 +0100 Subject: [PATCH] disable notification on success --- .woodpecker/notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/notify.yml b/.woodpecker/notify.yml index 374a96a..45bc21e 100644 --- a/.woodpecker/notify.yml +++ b/.woodpecker/notify.yml @@ -20,7 +20,7 @@ steps: access_token: from_secret: matrix_access_token when: - - status: [success, failure] + - status: [failure] depends_on: - docs