From 905bdd1a582f68b82ced4fc17dc25ddf3c9542f4 Mon Sep 17 00:00:00 2001 From: irl Date: Fri, 29 Nov 2024 18:44:29 +0000 Subject: [PATCH] feat(cli): mark block_ooni job as safe --- app/cli/automate.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/cli/automate.py b/app/cli/automate.py index ed6899b..ca2073a 100644 --- a/app/cli/automate.py +++ b/app/cli/automate.py @@ -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