From 8aa48197a20504c716eba42c2cc79d5cf3860585 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Tue, 3 Jun 2025 13:04:25 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci:=20decreased=20schedule=20run?= =?UTF-8?q?=20rate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 308a24b..94b8349 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -2,7 +2,7 @@ name: Update Translation Data on: schedule: - - cron: '0 */5 * * *' + - cron: '0 */12 * * *' workflow_dispatch: push: branches: [ main ]