ci: fix edge case in ci-comment workflow where old comment isn't deleted

This commit is contained in:
Nick Bolton
2026-02-12 13:27:44 +00:00
committed by Chris Rizzitello
parent 759ed684e3
commit 67066c339e

View File

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