mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Follow-up to skip Docs cache await in releases
This commit is contained in:
parent
ebaf0818c0
commit
de7c791a2e
@ -1133,7 +1133,7 @@ def main() -> int:
|
||||
|
||||
if pr_info.is_release and not pr_info.is_master:
|
||||
### FIXME bug with Docs check in ci_cache.jobs_to_wait in release branches
|
||||
ci_cache.jobs_to_wait.pop(CI.JobNames.DOCS_CHECK)
|
||||
ci_cache.jobs_to_wait.pop(CI.JobNames.DOCS_CHECK, None)
|
||||
|
||||
if IS_CI and not pr_info.is_merge_queue:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user