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,