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.
This commit is contained in:
Chris Garrity 2020-10-21 09:51:53 -04:00
parent 6c05ee25f9
commit b835de92af

View file

@ -109,10 +109,10 @@ workflows:
filters: filters:
branches: branches:
only: tx-pull-manual only: tx-pull-manual
weekly-tx-pull: daily-tx-pull:
triggers: triggers:
- schedule: # weekly on Wednesday at 3am - schedule: # daily at 3am UTC (10pm EST)
cron: "0 3 * * 3" cron: "0 3 * * *"
filters: filters:
branches: branches:
only: master only: master
@ -123,7 +123,7 @@ workflows:
- pull-translations # don't commit if there were errors - pull-translations # don't commit if there were errors
daily-help-update: daily-help-update:
triggers: triggers:
- schedule: # daily at 5am - schedule: # daily at 5am UTC
cron: "0 5 * * *" cron: "0 5 * * *"
filters: filters:
branches: branches: