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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@ jobs:

test_scaffolding:
name: ⬣ Scaffolding tests (${{ matrix.os }} / ${{ matrix.pm }})
# Skip on Changesets release PRs. They bump workspace packages to versions
# that are not published to npm until the PR merges, so the scaffolded app's
# install pins an unpublished exact version and always fails here.
if: ${{ !startsWith(github.head_ref, 'changeset-release/') }}
runs-on: ${{ matrix.os }}
timeout-minutes: 20
concurrency:
Expand Down
Loading