From 565b4f95d0c258314a466bc31853177759f36903 Mon Sep 17 00:00:00 2001 From: Alex Zvoleff Date: Thu, 7 Jul 2022 07:33:33 -0400 Subject: [PATCH] Only run translation task Mon/Wed/Fri --- .github/workflows/translation_update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translation_update.yaml b/.github/workflows/translation_update.yaml index 681dcda88..a32bade8c 100644 --- a/.github/workflows/translation_update.yaml +++ b/.github/workflows/translation_update.yaml @@ -2,7 +2,7 @@ name: Update translations on: schedule: - - cron: "0 4 * * *" + - cron: "0 4 * * 1,3,5" workflow_dispatch: jobs: