chore: fire downloads on mondays and wednesdays (#51363)

This commit is contained in:
Naomi Carrigan
2023-08-23 01:20:12 -07:00
committed by GitHub
parent f286dd0bd6
commit f14d22c4e8
3 changed files with 6 additions and 6 deletions

View File

@@ -2,8 +2,8 @@ name: i18n - Download Client UI
on:
workflow_dispatch:
schedule:
# runs every weekday at 12:15 PM UTC
- cron: '15 12 * * 1-5'
# runs Monday and Wednesday at 12:15 PM UTC
- cron: '15 12 * * 1,3'
env:
GITHUB_TOKEN: ${{ secrets.CROWDIN_CAMPERBOT_PAT }}

View File

@@ -2,8 +2,8 @@ name: i18n - Download Curriculum
on:
workflow_dispatch:
schedule:
# runs every weekday at 12:30 PM UTC
- cron: '30 12 * * 1-5'
# runs Monday and Wednesday at 12:15 PM UTC
- cron: '15 12 * * 1,3'
env:
GITHUB_TOKEN: ${{ secrets.CROWDIN_CAMPERBOT_PAT }}

View File

@@ -2,8 +2,8 @@ name: i18n - Download Docs
on:
workflow_dispatch:
schedule:
# runs every weekday at 12:00 noon UTC
- cron: '0 12 * * 1-5'
# runs Monday and Wednesday at 12:15 PM UTC
- cron: '15 12 * * 1,3'
env:
GITHUB_TOKEN: ${{ secrets.CROWDIN_CAMPERBOT_PAT }}