From e4cd9b9bdaeb3de47d75130bbd6735284cc0d9aa Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 22 Aug 2023 09:36:08 +0200 Subject: [PATCH] fix pipeline deps --- .woodpecker/notify.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker/notify.yml b/.woodpecker/notify.yml index 2acf499..a851904 100644 --- a/.woodpecker/notify.yml +++ b/.woodpecker/notify.yml @@ -23,5 +23,4 @@ steps: - status: [success, failure] depends_on: - - build-binary - - build-container + - docs