do not generate test summary if previous steps were skipped/cancelled

This commit is contained in:
E M 2026-04-30 18:34:55 +10:00
parent 0d74299a57
commit f140476d65
No known key found for this signature in database

View File

@ -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: |