Skip to content

Commit 6a7b073

Browse files
🐛 fix github ci (#6892)
1 parent dfd1463 commit 6a7b073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2460,7 +2460,7 @@ jobs:
24602460

24612461
integration-tests:
24622462
# NOTE: this is a github required status check!
2463-
if: ${{ !cancelled() }}
2463+
if: ${{ always() }}
24642464
needs:
24652465
[
24662466
integration-test-director-v2-01,
@@ -2792,7 +2792,7 @@ jobs:
27922792

27932793
system-tests:
27942794
# NOTE: this is a github required status check!
2795-
if: ${{ !cancelled() }}
2795+
if: ${{ always() }}
27962796
needs:
27972797
[
27982798
system-test-e2e,

0 commit comments

Comments
 (0)