From 282e3bc459ce50609e5bd52530a3466aa35e79dc Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Wed, 4 Jun 2025 20:24:11 +0200 Subject: [PATCH] ci: Enable automatic sync of translated docs (#21315) --- .github/workflows/crowdin-sync-docs-translations.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/crowdin-sync-docs-translations.yml b/.github/workflows/crowdin-sync-docs-translations.yml index 51d0161d8..f1b586cce 100644 --- a/.github/workflows/crowdin-sync-docs-translations.yml +++ b/.github/workflows/crowdin-sync-docs-translations.yml @@ -4,10 +4,8 @@ name: Sync Crowdin Docs Translations on: workflow_dispatch: - # TODO: Uncomment the scheduler as soon as we have existing translations - # imported to Crowdin - # schedule: - # - cron: 0 0 * * 0 + schedule: + - cron: 0 0 * * * jobs: build: