From 5ef1885ce3cab78e0c0ba699bd658f5ec3370225 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 4 May 2026 01:57:46 +0100 Subject: [PATCH] ci(qa): guard missing Mantis artifact path --- .github/workflows/mantis-discord-status-reactions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mantis-discord-status-reactions.yml b/.github/workflows/mantis-discord-status-reactions.yml index 7dcd48623d9..c7a03391676 100644 --- a/.github/workflows/mantis-discord-status-reactions.yml +++ b/.github/workflows/mantis-discord-status-reactions.yml @@ -440,7 +440,7 @@ jobs: - name: Upload Mantis status reaction artifacts id: upload_artifact - if: always() + if: ${{ always() && steps.run_mantis.outputs.output_dir != '' }} uses: actions/upload-artifact@v4 with: name: mantis-discord-status-reactions-${{ github.run_id }}-${{ github.run_attempt }}