Skip to content

Commit 0b35a30

Browse files
authored
Merge branch 'master' into enh/show-support-email
2 parents c47d8fd + 6a7b073 commit 0b35a30

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)