mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
CI: fix ci config to run FT in MQ
This commit is contained in:
parent
ce5ea3b05a
commit
a45ad73544
@ -1365,7 +1365,8 @@ def _configure_jobs(
|
||||
batches_to_do: List[int] = []
|
||||
add_to_skip = False
|
||||
|
||||
if job_config.pr_only and pr_info.is_release_branch:
|
||||
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:
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user