diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 2c67ce53cdd..497ef8516a3 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -109,12 +109,7 @@ jobs: node-version: 18.x cache: pnpm - - name: Fetch base branch for `git diff` - run: git fetch origin ${{ github.event.pull_request.base.ref }}:${{ github.event.pull_request.base.ref }} - - - name: Run ESLint on changes only - env: - ESLINT_PLUGIN_DIFF_COMMIT: ${{ github.event.pull_request.base.ref }} + - name: Lint run: pnpm lint notify-on-failure: