Skip to content

Commit

Permalink
Skip upload test results on skipped tests (#5827)
Browse files Browse the repository at this point in the history
  • Loading branch information
oseoin authored Jun 24, 2024
1 parent 1d33ebf commit 379e30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ jobs:
with:
name: ${{ steps.smoke-tests.outputs.test-results-name }}
path: ${{ steps.smoke-tests.outputs.test-results-path }}
if: always()
if: ${{ success() || failure() }}

0 comments on commit 379e30b

Please sign in to comment.