From 9769871a88cc48579ac94e005b9b5bd21a826037 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Fri, 23 May 2025 10:34:01 +0100 Subject: [PATCH] Internationalisation: Disable automatic task creation (for now) (#105926) comment out automatic task creation --- .github/workflows/i18n-crowdin-create-tasks.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/i18n-crowdin-create-tasks.yml b/.github/workflows/i18n-crowdin-create-tasks.yml index ade6fd32028..1a5847d83da 100644 --- a/.github/workflows/i18n-crowdin-create-tasks.yml +++ b/.github/workflows/i18n-crowdin-create-tasks.yml @@ -3,8 +3,9 @@ name: Crowdin automatic task management on: workflow_dispatch: # once a week on Sunday at midnight - schedule: - - cron: "0 0 * * 0" + # TODO enable once we're ready to create tasks automatically + # schedule: + # - cron: "0 0 * * 0" jobs: create-tasks-in-crowdin: