diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3009d093..b610a1cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,7 +236,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/') && !startsWith(github.head_ref, 'changeset-release/') + if: github.event_name == 'pull_request' && github.event.pull_request.draft == false && !startsWith(github.head_ref, 'dependabot/') steps: - name: Checkout uses: actions/checkout@v4