Skip to content

Commit 6f72a85

Browse files
authored
Disable external cache in Bazel setup for workflows. (#480)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
1 parent b50cc44 commit 6f72a85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
bazelisk-cache: true
9494
disk-cache: ${{ github.job }}
95-
external-cache: true
95+
external-cache: false
9696
repository-cache: true
9797

9898
- name: Format (bazel query)
@@ -133,7 +133,7 @@ jobs:
133133
with:
134134
bazelisk-cache: true
135135
disk-cache: ${{ github.job }}
136-
external-cache: true
136+
external-cache: false
137137
repository-cache: true
138138

139139
- name: Bazel build

0 commit comments

Comments
 (0)