Skip to content

Commit 7d217f0

Browse files
authored
Change test upload logic to match test run logic (nginx#5829)
1 parent 379e30b commit 7d217f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ jobs:
164164
with:
165165
name: ${{ steps.smoke-tests.outputs.test-results-name }}
166166
path: ${{ steps.smoke-tests.outputs.test-results-path }}
167-
if: ${{ success() || failure() }}
167+
if: ${{ !cancelled() && steps.stable_exists.outputs.exists != 'true' }}

0 commit comments

Comments
 (0)