diff --git a/bazel/ci/BUILD.bazel b/bazel/ci/BUILD.bazel index 929517425f..25bbc5fd19 100644 --- a/bazel/ci/BUILD.bazel +++ b/bazel/ci/BUILD.bazel @@ -40,6 +40,7 @@ buildifier_test( lint_warnings = ["all"], mode = "diff", no_sandbox = True, + tags = ["no-remote-exec"], verbose = True, workspace = "//:WORKSPACE.bazel", ) @@ -49,6 +50,7 @@ buildifier( lint_mode = "fix", lint_warnings = ["all"], mode = "fix", + tags = ["no-remote-exec"], verbose = True, )