File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8181 module-root : toolchain
8282 cache-prefix : ${{ github.job }}-${{ matrix.target.name }}
8383 bazelisk-cache : true
84- disk-cache : true
84+ disk-cache : ${{ github.event_name != 'workflow_dispatch' }} # https://github.com/bazelbuild/bazel/issues/25671
8585 repository-cache : true
8686 max-disk-cache-size : 2
8787 max-repository-cache-size : 0.5
@@ -126,7 +126,7 @@ jobs:
126126 module-root : toolchain
127127 cache-prefix : ${{ github.job }}-${{ matrix.target.name }}
128128 bazelisk-cache : true
129- disk-cache : true
129+ disk-cache : ${{ github.event_name != 'workflow_dispatch' }} # https://github.com/bazelbuild/bazel/issues/25671
130130 repository-cache : true
131131 max-disk-cache-size : 2
132132 max-repository-cache-size : 0.5
You can’t perform that action at this time.
0 commit comments