From 6a7b07360d3895b3d58f6a27f20e88842e25401c Mon Sep 17 00:00:00 2001 From: Matus Drobuliak <60785969+matusdrobuliak66@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:24:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20github=20ci=20(#6892)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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,