Skip to content

Commit

Permalink
Merge branch 'master' into move-folder-between-workspaced
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 committed Dec 3, 2024
2 parents a9d5436 + 6a7b073 commit 658b167
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 658b167

Please sign in to comment.