diff --git a/bazel/ci/BUILD.bazel b/bazel/ci/BUILD.bazel index b1a88ae62..252e22376 100644 --- a/bazel/ci/BUILD.bazel +++ b/bazel/ci/BUILD.bazel @@ -473,6 +473,7 @@ multirun( ], }), jobs = 0, # execute concurrently + stop_on_error = False, visibility = ["//visibility:public"], )