We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6123a3a commit 6145435Copy full SHA for 6145435
ci/jobs/scripts/workflow_hooks/quick_sync.py
@@ -9,7 +9,7 @@
9
10
def check():
11
info = Info()
12
- if info.user_name not in ("yariks5s", "kssenii", "maxknv"):
+ if info.user_name not in ("yariks5s", "maxknv"):
13
print(f"Not enabled for [{info.user_name}]")
14
return
15
if not Shell.check(
0 commit comments