Skip to content

Commit f0ab3be

Browse files
committed
set to manual building for the private multirun targets
1 parent e87aeb9 commit f0ab3be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

private/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ multirun(
1515
] + [
1616
"//docs:requirements.update",
1717
],
18+
tags = ["manual"],
1819
)
1920

2021
# NOTE: The requirements for the pip dependencies may sometimes break the build
@@ -24,4 +25,5 @@ multirun(
2425
alias(
2526
name = "whl_library_requirements.update",
2627
actual = "//tools/private/update_deps:update_pip_deps",
28+
tags = ["manual"],
2729
)

0 commit comments

Comments
 (0)