From 04442f4c059faa5206437f075391a029e18fe394 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 5 May 2026 15:15:57 +0100 Subject: [PATCH] ci: skip Slack Mantis comments without artifacts --- .github/workflows/mantis-slack-desktop-smoke.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mantis-slack-desktop-smoke.yml b/.github/workflows/mantis-slack-desktop-smoke.yml index 133def9f590..f66f3527592 100644 --- a/.github/workflows/mantis-slack-desktop-smoke.yml +++ b/.github/workflows/mantis-slack-desktop-smoke.yml @@ -343,7 +343,7 @@ jobs: permission-pull-requests: write - name: Comment PR with inline QA evidence - if: ${{ always() && inputs.pr_number != '' && steps.run_mantis.outputs.output_dir != '' }} + if: ${{ always() && inputs.pr_number != '' && steps.run_mantis.outputs.output_dir != '' && steps.upload_artifact.outputs.artifact-url != '' }} env: GH_TOKEN: ${{ steps.mantis_app_token.outputs.token }} TARGET_PR: ${{ inputs.pr_number }}