From 2005bc9f62eba5aeda0f4823f78069e04665f0a7 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 7 Aug 2023 00:05:13 +0200 Subject: [PATCH] Always run notify-build-status - including on failure. --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 639194c29..6067760a5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -285,6 +285,9 @@ steps: - master event: - push + status: + - success + - failure depends_on: - update-arch-packages