Skip to content

Commit 4f1fbc2

Browse files
authored
Merge pull request ClickHouse#79532 from ClickHouse/kssenii-patch-14
Update quick_sync.py
2 parents 3f46deb + 6145435 commit 4f1fbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/jobs/scripts/workflow_hooks/quick_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
def check():
1111
info = Info()
12-
if info.user_name not in ("yariks5s", "kssenii", "maxknv"):
12+
if info.user_name not in ("yariks5s", "maxknv"):
1313
print(f"Not enabled for [{info.user_name}]")
1414
return
1515
if not Shell.check(

0 commit comments

Comments
 (0)