Skip to content

Commit

Permalink
Skip config validation job in downstream pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy authored Dec 11, 2023
1 parent 07afd38 commit 5617940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -2925,7 +2925,7 @@ def print_project_pipeline(
)
)

if "validate_config" in configs:
if "validate_config" in configs and not is_downstream_pipeline():
pipeline_steps += create_config_validation_steps(
git_commit or os.getenv("BUILDKITE_COMMIT")
)
Expand Down

0 comments on commit 5617940

Please sign in to comment.