We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d18f30 commit d46c767Copy full SHA for d46c767
.github/workflows/docker-unified.yml
@@ -444,7 +444,7 @@ jobs:
444
strategy:
445
fail-fast: false
446
matrix: ${{ fromJson(needs.smoke_test_matrix.outputs.matrix) }}
447
- if: ${{ needs.smoke_test_matrix.outputs.matrix != '[]' }}
+ if: ${{ always() && !failure() && !cancelled() && needs.smoke_test_matrix.outputs.matrix != '[]' }}
448
env:
449
# TODO Chakru: Review if required
450
MIXPANEL_API_SECRET: ${{ secrets.MIXPANEL_API_SECRET }}
0 commit comments