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 @@ -23,6 +23,10 @@ jobs:
- run: mise //...:build

changeset:
# The Version Packages PR is *built by* `changeset version`, which consumes
# the changeset files it releases — so on that branch "changed packages,
# no changesets" is the expected state, not a missing changeset.
if: ${{ !startsWith(github.head_ref, 'changeset-release/') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
Expand Down