diff --git a/.github/workflows/crowdin-upload.client-ui.yml b/.github/workflows/crowdin-upload.client-ui.yml index 0689683afc4..ca3ab76269f 100644 --- a/.github/workflows/crowdin-upload.client-ui.yml +++ b/.github/workflows/crowdin-upload.client-ui.yml @@ -2,8 +2,8 @@ name: i18n - Upload Client UI on: workflow_dispatch: schedule: - # runs every weekday at 11:15 AM UTC - - cron: '15 11 * * 1-5' + # runs every weekday at 7:15 AM UTC + - cron: '15 7 * * 1-5' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/crowdin-upload.curriculum.yml b/.github/workflows/crowdin-upload.curriculum.yml index fcfdec79b9c..73114663747 100644 --- a/.github/workflows/crowdin-upload.curriculum.yml +++ b/.github/workflows/crowdin-upload.curriculum.yml @@ -2,8 +2,8 @@ name: i18n - Upload Curriculum on: workflow_dispatch: schedule: - # runs every weekday at 11:30 AM UTC - - cron: '30 11 * * 1-5' + # runs every weekday at 7:30 AM UTC + - cron: '30 7 * * 1-5' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}