From f140476d654ea038e1340b6b70411b0483898ba4 Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Thu, 30 Apr 2026 18:34:55 +1000 Subject: [PATCH] do not generate test summary if previous steps were skipped/cancelled --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8824c10f..92b68584 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -377,7 +377,6 @@ jobs: [[ "$job_status" == "SuccessCriteriaMet" ]] || exit 1 - name: Generate test summary - if: always() && steps.tf-apply.conclusion == 'success' env: GCP_PROJECT: ${{ vars.RELEASE_TESTS_GCP_PROJECT }} run: |