Skip to content

ci: Keep package preview failures non-blocking#487

Merged
cameroncooke merged 1 commit into
mainfrom
codex/ci-nonblocking-package-previews
Jul 23, 2026
Merged

ci: Keep package preview failures non-blocking#487
cameroncooke merged 1 commit into
mainfrom
codex/ci-nonblocking-package-previews

Conversation

@cameroncooke

Copy link
Copy Markdown
Collaborator

Package preview publication can no longer turn successful build, lint, type-check, test, and schema validation into a failed CI result. Pull-request and main previews still run after the existing build, so this adds no duplicate build or AXe bundling.

pkg.pr.new failures now produce a workflow warning and job summary. Main metadata is parsed and uploaded only after successful publication; preview reporting and artifact failures are also non-blocking. Core validation failures still fail CI and skip preview bookkeeping.

Copilot AI review requested due to automatic review settings July 23, 2026 09:29

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts the CI workflow so pkg-pr-new preview publication failures no longer flip an otherwise-successful validation run (build/lint/typecheck/tests/schema fixtures) into a failed CI result, while still surfacing preview issues via warnings and step summaries.

Changes:

  • Made pkg-pr-new publish steps non-blocking via continue-on-error: true for both PR and main workflows.
  • Added explicit warning + job summary reporting when PR preview publication fails.
  • For main, gated metadata upload on successful preview publication and made summary/upload steps non-blocking.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@pkg-pr-new

pkg-pr-new Bot commented Jul 23, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/xcodebuildmcp@487

commit: 2202fd0

@cameroncooke
cameroncooke marked this pull request as ready for review July 23, 2026 09:34
Comment thread .github/workflows/ci.yml
@cameroncooke
cameroncooke merged commit 98e3cee into main Jul 23, 2026
22 checks passed
@cameroncooke
cameroncooke deleted the codex/ci-nonblocking-package-previews branch July 23, 2026 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants