From 123af69e49cc2d931b35d0696efc325c1501bd4f Mon Sep 17 00:00:00 2001 From: Cassowary Date: Mon, 25 Dec 2023 11:50:06 -0800 Subject: [PATCH] Fix .drone.yml --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 06f15ef..c7babab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,9 +26,9 @@ steps: from_secret: autono_bot_access_token depends_on: - deployment - when: - status: - - failure + when: + status: + - failure trigger: branch: - main