Skip to content

Commit 2c19595

Browse files
committed
fix(ci): separate bazel disk-cache per workflow
1 parent 6329d0b commit 2c19595

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/adev-preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: bazel-contrib/setup-bazel@4fd964a13a440a8aeb0be47350db2fc640f19ca8 # 0.15.0
3333
with:
3434
bazelisk-cache: true
35-
disk-cache: true
35+
disk-cache: ${{ github.workflow }}
3636
repository-cache: true
3737
bazelrc: |
3838
# Print all the options that apply to the build.

.github/workflows/adev-production-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: bazel-contrib/setup-bazel@4fd964a13a440a8aeb0be47350db2fc640f19ca8 # 0.15.0
2525
with:
2626
bazelisk-cache: true
27-
disk-cache: true
27+
disk-cache: ${{ github.workflow }}
2828
repository-cache: true
2929
bazelrc: |
3030
# Print all the options that apply to the build.

0 commit comments

Comments
 (0)