From 484acb304ea2517d5907822ba0241b67f35e363d Mon Sep 17 00:00:00 2001 From: matusdrobuliak66 Date: Tue, 3 Dec 2024 13:21:41 +0100 Subject: [PATCH] fix github ci --- .github/workflows/ci-testing-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index d1a3ec75078..96091cff042 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -2460,7 +2460,7 @@ jobs: integration-tests: # NOTE: this is a github required status check! - if: ${{ !cancelled() }} + if: ${{ always() }} needs: [ integration-test-director-v2-01, @@ -2792,7 +2792,7 @@ jobs: system-tests: # NOTE: this is a github required status check! - if: ${{ !cancelled() }} + if: ${{ always() }} needs: [ system-test-e2e,