From c937edc625351bdfab810253e1adf44c3856ad7f Mon Sep 17 00:00:00 2001 From: Wangchong Zhou Date: Wed, 11 Sep 2024 18:51:01 +0800 Subject: [PATCH] fix(cd): remove build cache and repository cache on release workflow --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecd864a418bd..d5299d463fc3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -194,11 +194,7 @@ jobs: bazelisk-version: "1.20.0" # Avoid downloading Bazel every time. bazelisk-cache: true - # Store build cache per workflow. - disk-cache: ${{ github.workflow }} - # Share repository cache between workflows. - repository-cache: true - + - name: Install Deb Dependencies if: matrix.package == 'deb' && steps.cache-deps.outputs.cache-hit != 'true' run: |