mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Automatic style fix
This commit is contained in:
parent
a45ad73544
commit
a1471abdcd
@ -1365,7 +1365,9 @@ def _configure_jobs(
|
||||
batches_to_do: List[int] = []
|
||||
add_to_skip = False
|
||||
|
||||
if job_config.pr_only and (pr_info.is_release_branch and not pr_info.is_merge_queue):
|
||||
if job_config.pr_only and (
|
||||
pr_info.is_release_branch and not pr_info.is_merge_queue
|
||||
):
|
||||
# run only in PR's wf and in the MQ wf
|
||||
continue
|
||||
if job_config.release_only and not pr_info.is_release_branch:
|
||||
|
Loading…
Reference in New Issue
Block a user