From 7a3469af250e0ea6ec87abf55f15f519d14699d3 Mon Sep 17 00:00:00 2001 From: Maiko Sinkyaet Tan Date: Sat, 6 Jul 2024 15:40:46 +0800 Subject: [PATCH] ci: set sync rate to be one time a month (#6) --- .github/workflows/sync.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index a73ad90..56bf4ef 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -2,7 +2,9 @@ name: Sync Hitokoto Sentences on: schedule: - - cron: '0 0 * * *' + # On the first day of every month 00:00 (UTC) + # https://crontab.guru/#0_0_1_*_* + - cron: '0 0 1 * *' workflow_dispatch: inputs: version: