From 4954fe38d4b803ebec7a19346af648b67c7eb23e Mon Sep 17 00:00:00 2001 From: Boris Feld Date: Thu, 9 May 2019 11:44:53 +0200 Subject: [PATCH] Change scheduling of the data pipeline to run once every two weeks (#361) Fixes #356. --- infra/taskcluster-hook-pipeline-start.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/taskcluster-hook-pipeline-start.json b/infra/taskcluster-hook-pipeline-start.json index 95c6a5a6..38b69df2 100644 --- a/infra/taskcluster-hook-pipeline-start.json +++ b/infra/taskcluster-hook-pipeline-start.json @@ -6,7 +6,7 @@ } ], "schedule": [ - "0 0 0 * * 0" + "0 0 1,16 * *" ], "metadata": { "description": "",