Skip to content

Commit d46c767

Browse files
authored
fix(ci): restore always() for smoke test step (#15286)
1 parent 8d18f30 commit d46c767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-unified.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ jobs:
444444
strategy:
445445
fail-fast: false
446446
matrix: ${{ fromJson(needs.smoke_test_matrix.outputs.matrix) }}
447-
if: ${{ needs.smoke_test_matrix.outputs.matrix != '[]' }}
447+
if: ${{ always() && !failure() && !cancelled() && needs.smoke_test_matrix.outputs.matrix != '[]' }}
448448
env:
449449
# TODO Chakru: Review if required
450450
MIXPANEL_API_SECRET: ${{ secrets.MIXPANEL_API_SECRET }}

0 commit comments

Comments
 (0)