mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
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:
parent
6c05ee25f9
commit
b835de92af
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue