We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c1523 commit ce83518Copy full SHA for ce83518
buildkite/bazel-central-registry/bcr_presubmit.py
@@ -540,7 +540,7 @@ def main(argv=None):
540
if len(pipeline_steps) == previous_size:
541
error("No pipeline steps generated for %s@%s. Please check the configuration." % (module_name, module_version))
542
543
- if should_wait_bcr_maintainer_review(modules) and pipeline_steps:
+ if should_wait_bcr_maintainer_review(modules):
544
pipeline_steps.insert(0, {"block": "Wait on BCR maintainer review", "blocked_state": "running"})
545
546
upload_jobs_to_pipeline(pipeline_steps)
0 commit comments