diff --git a/buildbuddy.yaml b/buildbuddy.yaml index c02b3200c8..442f927c59 100644 --- a/buildbuddy.yaml +++ b/buildbuddy.yaml @@ -99,6 +99,8 @@ actions: pull_request: branches: - "*" + git_clean_exclude: + - bazel-output-base bazel_commands: - "run --config=workflows //:buildifier.check" @@ -110,5 +112,7 @@ actions: pull_request: branches: - "*" + git_clean_exclude: + - bazel-output-base bazel_commands: - "test --config=workflows //docs:diff_test"