Skip to content

Commit

Permalink
Merge branch 'master' into enh/show-support-email
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz authored Dec 3, 2024
2 parents c47d8fd + 6a7b073 commit 0b35a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -2792,7 +2792,7 @@ jobs:

system-tests:
# NOTE: this is a github required status check!
if: ${{ !cancelled() }}
if: ${{ always() }}
needs:
[
system-test-e2e,
Expand Down

0 comments on commit 0b35a30

Please sign in to comment.