We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd1463 commit 6a7b073Copy full SHA for 6a7b073
.github/workflows/ci-testing-deploy.yml
@@ -2460,7 +2460,7 @@ jobs:
2460
2461
integration-tests:
2462
# NOTE: this is a github required status check!
2463
- if: ${{ !cancelled() }}
+ if: ${{ always() }}
2464
needs:
2465
[
2466
integration-test-director-v2-01,
@@ -2792,7 +2792,7 @@ jobs:
2792
2793
system-tests:
2794
2795
2796
2797
2798
system-test-e2e,
0 commit comments