srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
e0fdbd9a
32375c23
Don't restore the Bazel cache from older jobs
It's unlikely to be helpful and a full rebuild is fast in Bazel anyway.
inline
split
.github/workflows/ci.yaml
added: 1, removed: 2, total 0
@@ -116,7 +116,6 @@ jobs:
with:
path: ~/.cache/bazel
key: bazel-${{ hashFiles('WORKSPACE', 'bazel/**') }}
restore-keys: bazel-
- run: bazel test //...
buildifier: