Skip to content

Commit

Permalink
Fixes bcr_presubmit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy authored Jan 23, 2024
1 parent 4c8d3f6 commit ccd890e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/bazel-central-registry/bcr_presubmit.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def should_wait_bcr_maintainer_review(modules):
validate_files_outside_of_modules_dir_are_not_modified(modules)

# Check if any changes in the metadata.json file need a manual review.
needs_bcr_maintainer_review = should_metadata_change_block_presubmit()
needs_bcr_maintainer_review = should_metadata_change_block_presubmit(modules, pr_labels)

# Run BCR validations on target modules and decide if the presubmit jobs should be blocked.
if should_bcr_validation_block_presubmit(modules, pr_labels):
Expand Down

0 comments on commit ccd890e

Please sign in to comment.