Skip to content

Commit

Permalink
update weekly sync script (#23008)
Browse files Browse the repository at this point in the history
  • Loading branch information
tesseralis authored Apr 10, 2020
1 parent 5ca794d commit 0b0f5f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ jobs:
command: yarn
working_directory: ~/project/scripts/i18n
- run:
command: yarn run sync ja
command: yarn run sync mr
working_directory: ~/project/scripts/i18n

windows_unit_tests:
Expand Down Expand Up @@ -860,7 +860,7 @@ workflows:
weekly-i18n-sync:
triggers:
- schedule:
cron: "0 19 * * 4"
cron: "30 20 * * 5"
filters:
branches:
only:
Expand Down

0 comments on commit 0b0f5f3

Please sign in to comment.