From 1e3f7bfd67e535e8d04277c56e40978ddfd8ec16 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Fri, 4 Jul 2025 15:08:17 +0100 Subject: [PATCH] Internationalisation: Enable automatic scheduling for translations (#107629) enable schedule for crowdin task creation --- .github/workflows/i18n-crowdin-create-tasks.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/i18n-crowdin-create-tasks.yml b/.github/workflows/i18n-crowdin-create-tasks.yml index 6ecaa883e01..e26d7806c5e 100644 --- a/.github/workflows/i18n-crowdin-create-tasks.yml +++ b/.github/workflows/i18n-crowdin-create-tasks.yml @@ -2,10 +2,9 @@ name: Crowdin automatic task management on: workflow_dispatch: - # once a week on Sunday at midnight - # TODO enable once we're ready to create tasks automatically - # schedule: - # - cron: "0 0 * * 0" + # once a month on the first day of the month at midnight + schedule: + - cron: "0 0 1 * *" jobs: create-tasks-in-crowdin: