CI: fix ci config to run FT in MQ

This commit is contained in:
Max Kainov 2024-04-26 10:48:00 +00:00
parent ce5ea3b05a
commit a45ad73544

View File

@ -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