Skip to content

Commit

Permalink
Change test upload logic to match test run logic (#5829)
Browse files Browse the repository at this point in the history
  • Loading branch information
oseoin authored Jun 24, 2024
1 parent 379e30b commit 7d217f0
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: ${{ success() || failure() }}
if: ${{ !cancelled() && steps.stable_exists.outputs.exists != 'true' }}

0 comments on commit 7d217f0

Please sign in to comment.