From d75bc1b7247627c844b8f511b97c4d7499faa058 Mon Sep 17 00:00:00 2001 From: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com> Date: Wed, 18 Mar 2026 09:21:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Re-enable=20translation=20workfl?= =?UTF-8?q?ow=20run=20by=20cron=20in=20CI=20(twice=20a=20month)=20(#15145)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Re-enable translation workflow in CI * Run translation workflow twice a month --- .github/workflows/translate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index bb23fa32d..8c807ec5a 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -1,8 +1,8 @@ name: Translate on: - # schedule: - # - cron: "0 5 15 * *" # Run at 05:00 on the 15 of every month + schedule: + - cron: "0 5 1,15 * *" # Run at 05:00 on the 1st and 15th of every month workflow_dispatch: inputs: