From b835de92aff94d76a62fb3431b37c6fc819a7394 Mon Sep 17 00:00:00 2001 From: Chris Garrity Date: Wed, 21 Oct 2020 09:51:53 -0400 Subject: [PATCH] Update circle-ci config to pull translations daily Change the frequency of the job that pulls translations for the editor and www so that the staging server translations are updated more often, and we know earlier if there are translation problems. Clarify that the time in the cron jobs is UTC, not local. --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1e9517a3..3928a92c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -109,10 +109,10 @@ workflows: filters: branches: only: tx-pull-manual - weekly-tx-pull: + daily-tx-pull: triggers: - - schedule: # weekly on Wednesday at 3am - cron: "0 3 * * 3" + - schedule: # daily at 3am UTC (10pm EST) + cron: "0 3 * * *" filters: branches: only: master @@ -123,7 +123,7 @@ workflows: - pull-translations # don't commit if there were errors daily-help-update: triggers: - - schedule: # daily at 5am + - schedule: # daily at 5am UTC cron: "0 5 * * *" filters: branches: