feat(block): tweak blocky timing, mark job safe

This commit is contained in:
Iain Learmonth 2024-11-29 18:43:56 +00:00
parent 8449a5a8c8
commit d854d52ab9
2 changed files with 5 additions and 3 deletions

View file

@ -159,6 +159,7 @@ def run_job(job_cls: Type[BaseAutomation], *,
"list_s3",
"list_github",
"list_gitlab",
"block_blocky",
"block_external"
]
if job.short_name not in safe_jobs: