Skip to content

Commit

Permalink
ci: set sync rate to be one time a month (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Jul 6, 2024
1 parent 88b2790 commit 7a3469a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7a3469a

Please sign in to comment.