diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ad0c95d..5ebfa3ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -244,7 +244,7 @@ jobs: changeset-check: name: Changeset Check runs-on: ubuntu-24.04 - if: github.event_name == 'pull_request' && github.event.pull_request.draft == false && !startsWith(github.head_ref, 'dependabot/') + if: github.event_name == 'pull_request' && github.event.pull_request.draft == false && !startsWith(github.head_ref, 'dependabot/') && !startsWith(github.head_ref, 'changeset-release/') steps: - name: Checkout uses: actions/checkout@v4