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 6329d0b commit 2c19595Copy full SHA for 2c19595
.github/workflows/adev-preview-build.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: bazel-contrib/setup-bazel@4fd964a13a440a8aeb0be47350db2fc640f19ca8 # 0.15.0
33
with:
34
bazelisk-cache: true
35
- disk-cache: true
+ disk-cache: ${{ github.workflow }}
36
repository-cache: true
37
bazelrc: |
38
# Print all the options that apply to the build.
.github/workflows/adev-production-deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
0 commit comments