Skip to content

Commit 6145435

Browse files
authored
Update quick_sync.py
1 parent 6123a3a commit 6145435

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)