Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/pkg-pr-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
# needs to know which platforms made it this far.
build-preview-binary:
name: Build preview binary (${{ matrix.target }})
# Fork PRs don't receive repo secrets, so the R2 upload step can't
# authenticate. Skip the whole preview pipeline (publish `needs:` this
# job and cascades to skipped) rather than failing the check.
if: github.event.pull_request.head.repo.full_name == github.repository
strategy:
fail-fast: false
matrix:
Expand Down
Loading