Skip to content

Commit c7b904b

Browse files
committed
review: add BUILD file to cache key.
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 65bfefb commit c7b904b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
~/.cargo/bin
7474
~/.cargo/registry
7575
~/go/pkg/mod
76-
key: bazel-${{ hashFiles('WORKSPACE', '.bazelrc', '.bazelversion', 'bazel/cargo/Cargo.Bazel.lock', 'bazel/dependencies.bzl', 'bazel/repositories.bzl') }}
76+
key: bazel-${{ hashFiles('BUILD', 'WORKSPACE', '.bazelrc', '.bazelversion', 'bazel/cargo/Cargo.Bazel.lock', 'bazel/dependencies.bzl', 'bazel/repositories.bzl') }}
7777

7878
- name: Install dependencies
7979
if: ${{ env.ACT }}

0 commit comments

Comments
 (0)