From 67066c339eb73d9b710c6de98d56a4daa2b3b5c8 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Thu, 12 Feb 2026 13:27:44 +0000 Subject: [PATCH] ci: fix edge case in ci-comment workflow where old comment isn't deleted --- .github/workflows/ci-comment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-comment.yml b/.github/workflows/ci-comment.yml index 1e1c263dc..94857a1d1 100644 --- a/.github/workflows/ci-comment.yml +++ b/.github/workflows/ci-comment.yml @@ -21,9 +21,12 @@ jobs: runs-on: ubuntu-slim steps: + # If the workflow fails before uploading summaries, no artifacts exist and this step fails. + # Allow failure so the "Delete PR comment" step still runs to clean up stale comments. - name: Download summaries id: download uses: actions/download-artifact@v4 + continue-on-error: true with: run-id: ${{ github.event.workflow_run.id }} pattern: summary-*