From: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com> Date: Wed, 18 Mar 2026 08:21:01 +0000 (+0100) Subject: 👷 Re-enable translation workflow run by cron in CI (twice a month) (#15145) X-Git-Tag: 0.135.2~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d75bc1b7247627c844b8f511b97c4d7499faa058;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Re-enable translation workflow run by cron in CI (twice a month) (#15145) * Re-enable translation workflow in CI * Run translation workflow twice a month --- diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index bb23fa32d9..8c807ec5ab 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: