feat(cli): mark block_ooni job as safe

This commit is contained in:
Iain Learmonth 2024-11-29 18:44:29 +00:00
parent d854d52ab9
commit 905bdd1a58

View file

@ -160,7 +160,8 @@ def run_job(job_cls: Type[BaseAutomation], *,
"list_github",
"list_gitlab",
"block_blocky",
"block_external"
"block_external",
"block_ooni"
]
if job.short_name not in safe_jobs:
automation.enabled = False