Automatic style fix

This commit is contained in:
robot-clickhouse 2024-08-27 10:19:19 +00:00
parent 94f168e5ef
commit 0ad66778da

View File

@ -287,5 +287,6 @@ class Utils:
@staticmethod
def is_job_triggered_manually():
return (
"robot" not in Envs.GITHUB_ACTOR and "clickhouse-ci" not in Envs.GITHUB_ACTOR
"robot" not in Envs.GITHUB_ACTOR
and "clickhouse-ci" not in Envs.GITHUB_ACTOR
)