diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b97f6ee591..34678a7d35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: