Skip to content

Commit 379e30b

Browse files
authored
Skip upload test results on skipped tests (nginx#5827)
1 parent 1d33ebf commit 379e30b

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: always()
167+
if: ${{ success() || failure() }}

0 commit comments

Comments
 (0)