Skip to content

Commit

Permalink
Don't restore the Bazel cache from older jobs
Browse files Browse the repository at this point in the history
It's unlikely to be helpful and a full rebuild is fast in Bazel anyway.
  • Loading branch information
robinlinden committed Jan 15, 2024
1 parent e0fdbd9 commit 32375c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
with:
path: ~/.cache/bazel
key: bazel-${{ hashFiles('WORKSPACE', 'bazel/**') }}
restore-keys: bazel-
- run: bazel test //...

buildifier:
Expand Down

0 comments on commit 32375c2

Please sign in to comment.