From bb91a08de18b58fb3331d841b67354f2fbfbd152 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 6 Mar 2026 19:12:39 +0100 Subject: [PATCH] ci: Actually run rollback when deployment fails --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82c8ce2..88eead3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: sleep 5 done rollback-deploy: - if: needs.await-deploy.result == 'failure' + if: always() && needs.await-deploy.result == 'failure' needs: [trigger-deploy, await-deploy] runs-on: ubuntu-latest permissions: