diff --git a/.github/workflows/basic-tests.yml b/.github/workflows/basic-tests.yml index c5e1ec1bcc465..f20a868d685b1 100644 --- a/.github/workflows/basic-tests.yml +++ b/.github/workflows/basic-tests.yml @@ -228,7 +228,7 @@ jobs: - name: "Static checks: basic checks only" run: > prek --show-diff-on-failure --color always - --from-ref "${{ github.sha }}" --to-ref "${{ github.sha }}" + --from-ref "${{ github.sha }}"^ --to-ref "${{ github.sha }}" env: VERBOSE: "false" SKIP_BREEZE_PREK_HOOKS: "true"