Follow-up to skip Docs cache await in releases

This commit is contained in:
Mikhail f. Shiryaev 2024-10-02 21:26:38 +02:00
parent ebaf0818c0
commit de7c791a2e
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

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