From 12b819d20e7b39713f4c999d68e544397099a04b Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Mon, 12 Jan 2026 08:40:19 +0700 Subject: [PATCH] ci: Schedule Crowdin to runs weekly instead of every 12 hours (#6466) --- .github/workflows/pull_strings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_strings.yml b/.github/workflows/pull_strings.yml index be27b0687..2ef910457 100644 --- a/.github/workflows/pull_strings.yml +++ b/.github/workflows/pull_strings.yml @@ -2,7 +2,7 @@ name: Pull strings on: schedule: - - cron: "0 */12 * * *" + - cron: "0 0 * * 0" workflow_dispatch: jobs: