diff --git a/.github/workflows/lint-prose.yml b/.github/workflows/lint-prose.yml index 5c36ae1764..cc428b57c2 100644 --- a/.github/workflows/lint-prose.yml +++ b/.github/workflows/lint-prose.yml @@ -16,6 +16,7 @@ on: jobs: prose: runs-on: ubuntu-latest + if: ${{ github.event.pull_request.changed_files < 301 }} steps: - name: Checkout uses: actions/checkout@v4