diff --git a/.github/workflows/basic-tests.yml b/.github/workflows/basic-tests.yml index acb62059e3b0a..3c5440653c628 100644 --- a/.github/workflows/basic-tests.yml +++ b/.github/workflows/basic-tests.yml @@ -257,12 +257,14 @@ jobs: with: python-version: ${{steps.breeze.outputs.host-python-version}} skip-prek-hooks: ${{ inputs.skip-prek-hooks }} - - name: "Autoupdate all prek hooks" - run: prek autoupdate --freeze - - name: "Autoupdate Lucas-C hooks to bleeding edge" - run: prek autoupdate --bleeding-edge --freeze --repo https://github.com/Lucas-C/pre-commit-hooks - - name: "Check if there are any changes in pre-commit hooks" - run: git diff --exit-code + # TODO(potiuk): enable this once prek supports automatic upgrade of hooks + # after https://github.com/j178/prek/issues/35 is implemented§ + # - name: "Autoupdate all prek hooks" + # run: prek autoupdate --freeze + # - name: "Autoupdate Lucas-C hooks to bleeding edge" + # run: prek autoupdate --bleeding-edge --freeze --repo https://github.com/Lucas-C/pre-commit-hooks + # - name: "Check if there are any changes in pre-commit hooks" + # run: git diff --exit-code - name: "Run automated upgrade for black" run: > prek diff --git a/.github/workflows/ci-image-checks.yml b/.github/workflows/ci-image-checks.yml index 2d52aec1ad04f..cd0c627ae11e9 100644 --- a/.github/workflows/ci-image-checks.yml +++ b/.github/workflows/ci-image-checks.yml @@ -151,7 +151,7 @@ jobs: if: inputs.canary-run == 'true' - name: "Prepare .tar file from prek cache" run: | - tar -C ~ -czf /tmp/cache-prek.tar.gz .cache/prek .cache/uv + tar -C ~ -czf /tmp/cache-prek.tar.gz .cache/prek shell: bash if: inputs.canary-run == 'true' - name: "Save prek cache"