diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index e4dcdf58bca..f8f496a915e 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -48,14 +48,6 @@ jobs: with: key: uv-${{ runner.os }}-${{ hashFiles('requirements_all_lock.txt') }} path: ${{ env.UV_CACHE_DIR }} - - name: Cache bazel - uses: actions/cache@v3 - with: - key: ${{ runner.os }}-bazel-${{ hashFiles('.bazelversion', '.bazelrc', 'WORKSPACE', 'MODULE.bazel') }} - path: | - ~/.cache/bazel - restore-keys: | - ${{ runner.os }}-bazel- - name: Setup Environment run: | # ksh: Needed for some "unit test" (test_mk_errpt_aix).