There was an error while loading. Please reload this page.
1 parent 1d33ebf commit 379e30bCopy full SHA for 379e30b
.github/workflows/setup-smoke.yml
@@ -164,4 +164,4 @@ jobs:
164
with:
165
name: ${{ steps.smoke-tests.outputs.test-results-name }}
166
path: ${{ steps.smoke-tests.outputs.test-results-path }}
167
- if: always()
+ if: ${{ success() || failure() }}
0 commit comments