diff --git a/.github/workflows/ci-remote.yml b/.github/workflows/ci-rbe.yml similarity index 59% rename from .github/workflows/ci-remote.yml rename to .github/workflows/ci-rbe.yml index 62e36e97e40e4..e15ae32558ed8 100644 --- a/.github/workflows/ci-remote.yml +++ b/.github/workflows/ci-rbe.yml @@ -10,5 +10,6 @@ jobs: uses: ./.github/workflows/bazel.yml with: name: Cache - cache-key: java - run: bazel test --config=remote-ci --test_size_filters=small --keep_going //java/... //py/... + cache-key: rbe + disk-cache: false + run: bazel test --config=remote --keep_going //java/...