From 3f3e9831d13b4dbb592692d0ba67abc899d335aa Mon Sep 17 00:00:00 2001 From: Yuzu Date: Wed, 19 Feb 2025 09:28:46 +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 6b10768..308a24b 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 * * * *' + - cron: '0 */5 * * *' workflow_dispatch: push: branches: [ main ]