We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af82247 commit c5f5edbCopy full SHA for c5f5edb
.github/workflows/presubmit.yml
@@ -37,9 +37,11 @@ jobs:
37
with:
38
path: |
39
~/.cache/bazel
40
- key: ${{ runner.os }}-${{ hashFiles('.bazelrc', 'MODULE.bazel') }}
+ key: ${{ runner.os }}-${{ hashFiles('.bazelrc') }}-${{ hashFiles('MODULE.bazel.lock') }}-${{ github.sha }}
41
restore-keys: |
42
- ${{ runner.os }}-${{ hashFiles('.bazelrc', 'MODULE.bazel') }}
+ ${{ runner.os }}-${{ hashFiles('.bazelrc') }}-${{ hashFiles('MODULE.bazel.lock') }}-
43
+ ${{ runner.os }}-${{ hashFiles('.bazelrc') }}-
44
+ ${{ runner.os }}-
45
46
- name: "Run `bazel build`"
47
run: |
0 commit comments