From f14d22c4e83801484ebd26cf9ec7d4ddd2690e9d Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 23 Aug 2023 01:20:12 -0700 Subject: [PATCH] chore: fire downloads on mondays and wednesdays (#51363) --- .github/workflows/crowdin-download.client-ui.yml | 4 ++-- .github/workflows/crowdin-download.curriculum.yml | 4 ++-- .github/workflows/crowdin-download.docs.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/crowdin-download.client-ui.yml b/.github/workflows/crowdin-download.client-ui.yml index f2976e8a5d1..f4516e35410 100644 --- a/.github/workflows/crowdin-download.client-ui.yml +++ b/.github/workflows/crowdin-download.client-ui.yml @@ -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 }} diff --git a/.github/workflows/crowdin-download.curriculum.yml b/.github/workflows/crowdin-download.curriculum.yml index ebc02d33f8e..27ae27192a8 100644 --- a/.github/workflows/crowdin-download.curriculum.yml +++ b/.github/workflows/crowdin-download.curriculum.yml @@ -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 }} diff --git a/.github/workflows/crowdin-download.docs.yml b/.github/workflows/crowdin-download.docs.yml index fbb82a3f1f5..e7f0ddf3f57 100644 --- a/.github/workflows/crowdin-download.docs.yml +++ b/.github/workflows/crowdin-download.docs.yml @@ -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 }}