diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index e9c5db9..8e35010 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -3,7 +3,7 @@ name: Automatically create PR on a new version on: workflow_dispatch: schedule: - - cron: '0 * * * *' + - cron: '0 3 * * *' jobs: check_update: