From 11686509ceec8bc5c22e6635a0dc6540fe2ad20f Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Wed, 18 Mar 2026 09:17:16 +0100 Subject: [PATCH] Run translation workflow twice a month --- .github/workflows/translate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index 88c45e7cf0..8c807ec5ab 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -2,7 +2,7 @@ name: Translate on: schedule: - - cron: "0 5 15 * *" # Run at 05:00 on the 15 of every month + - cron: "0 5 1,15 * *" # Run at 05:00 on the 1st and 15th of every month workflow_dispatch: inputs: