continue-on-error: true on the step that posts the preview link will silently hide failures even for same-repo PRs (where pull-requests: write should allow commenting). Consider making this conditional (e.g., skip or allow failure only when github.event.pull_request.head.repo.fork is true) so genuine regressions in preview commenting still surface on internal PRs. #576
continue-on-error: trueon the step that posts the preview link will silently hide failures even for same-repo PRs (wherepull-requests: writeshould allow commenting). Consider making this conditional (e.g., skip or allow failure only whengithub.event.pull_request.head.repo.forkis true) so genuine regressions in preview commenting still surface on internal PRs.Originally posted by @Copilot in #569 (comment)