Skip to content

Commit

Permalink
Drop the Bazel cache on Bazel updates as well
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Jan 15, 2024
1 parent 32375c2 commit 5e758dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cache/bazel
key: bazel-${{ hashFiles('WORKSPACE', 'bazel/**') }}
key: bazel-${{ hashFiles('.bazelversion', 'WORKSPACE', 'bazel/**') }}
- run: bazel test //...

buildifier:
Expand Down

0 comments on commit 5e758dd

Please sign in to comment.