Skip to content

Commit

Permalink
πŸ› fix github ci (ITISFoundation#6892)
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 authored Dec 3, 2024
1 parent dfd1463 commit 6a7b073
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 6a7b073

Please sign in to comment.