Skip to content

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

@d-morrison

Description

@d-morrison

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.

        continue-on-error: ${{ github.event.pull_request.head.repo.fork }}

Originally posted by @Copilot in #569 (comment)

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions