mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
CI: hot fix for reuse
This commit is contained in:
parent
7cd53c8f0d
commit
f1220c5637
@ -534,7 +534,7 @@ class CiConfig:
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def is_docs_job(cls, job: str) -> bool:
|
def is_docs_job(cls, job: str) -> bool:
|
||||||
return job != JobNames.DOCS_CHECK
|
return job == JobNames.DOCS_CHECK
|
||||||
|
|
||||||
def validate(self) -> None:
|
def validate(self) -> None:
|
||||||
errors = []
|
errors = []
|
||||||
|
Loading…
Reference in New Issue
Block a user