Skip to content

Commit

Permalink
fix(cd): remove build cache and repository cache on release workflow
Browse files Browse the repository at this point in the history
cherry-pick from #13603
  • Loading branch information
Water-Melon authored and windmgc committed Sep 13, 2024
1 parent e94c2e5 commit 989724b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,6 @@ 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 Build Dependencies
if: matrix.package == 'deb' && steps.cache-deps.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 989724b

Please sign in to comment.