From 29f6ea54f2d25160fb118143ddab384dfc13eebc Mon Sep 17 00:00:00 2001 From: Charlotte Wickham Date: Thu, 21 May 2026 10:45:32 -0700 Subject: [PATCH] Recreate preview-links comment on each deploy Match the validation workflow's behavior so a new deploy deletes the old comment and posts a fresh one. Makes it clearer that the deploy ran against the latest commit, since the comment shows up after it. --- .github/workflows/deploy-preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 7cc41cc5a..6c5dc5732 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -174,5 +174,6 @@ jobs: uses: marocchino/sticky-pull-request-comment@v2 with: header: content-preview-links + recreate: true number: ${{ github.event.pull_request.number || github.event.issue.number }} path: /tmp/preview-comment.md