From 70becc4004dd5ea6eafc4af9d1f3d5581929f671 Mon Sep 17 00:00:00 2001 From: Eoin O'Shaughnessy Date: Mon, 24 Jun 2024 10:11:40 +0100 Subject: [PATCH] skip upload test results on skipped tests --- .github/workflows/setup-smoke.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-smoke.yml b/.github/workflows/setup-smoke.yml index 8298c9c019..0fddf00ef9 100644 --- a/.github/workflows/setup-smoke.yml +++ b/.github/workflows/setup-smoke.yml @@ -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() }}