feat(cli): mark block_ooni job as safe
This commit is contained in:
parent
d854d52ab9
commit
905bdd1a58
1 changed files with 2 additions and 1 deletions
|
@ -160,7 +160,8 @@ def run_job(job_cls: Type[BaseAutomation], *,
|
||||||
"list_github",
|
"list_github",
|
||||||
"list_gitlab",
|
"list_gitlab",
|
||||||
"block_blocky",
|
"block_blocky",
|
||||||
"block_external"
|
"block_external",
|
||||||
|
"block_ooni"
|
||||||
]
|
]
|
||||||
if job.short_name not in safe_jobs:
|
if job.short_name not in safe_jobs:
|
||||||
automation.enabled = False
|
automation.enabled = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue