chore: upload to crowdin earlier (#59142)

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
Oliver Eyton-Williams
2025-03-06 14:40:32 +01:00
committed by GitHub
parent 7ae6b148d7
commit af05efca4a
2 changed files with 4 additions and 4 deletions

View File

@@ -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 }}

View File

@@ -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 }}