From e7e2ea9f4e8c53a41b0408aaae977042aba6915e Mon Sep 17 00:00:00 2001 From: ohmayr Date: Thu, 2 Apr 2026 20:26:05 +0000 Subject: [PATCH] chore: remove restore keys from gapic-gen workflow --- .github/workflows/gapic-generator-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/gapic-generator-tests.yml b/.github/workflows/gapic-generator-tests.yml index 799d2976c5c6..204e110a0b72 100644 --- a/.github/workflows/gapic-generator-tests.yml +++ b/.github/workflows/gapic-generator-tests.yml @@ -181,8 +181,6 @@ jobs: path: ~/.cache/bazel # Ensure CACHE_VERSION is defined in the mono-repo secrets! key: ${{ runner.os }}-bazel-20210105-${{ secrets.CACHE_VERSION }} - restore-keys: | - ${{ runner.os }}-bazel-20210105- - name: Run Bazel Integration Tests run: |