From 83cdc015b97621e76fd87b2be368d40ab7fd172e Mon Sep 17 00:00:00 2001 From: Luis Alvergue Date: Thu, 12 Dec 2024 20:38:07 +0000 Subject: [PATCH] ci: remove if condition on deploy job so that deploy does not run regardless of the success or failure of tests-ui and tests-pytest, i.e., needs actually behaves as expected --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 55cb1aa..b63133a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,6 @@ jobs: deploy: runs-on: ubuntu-latest needs: [tests-ui, tests-pytest] - if: (!cancelled()) permissions: packages: write