diff --git a/.github/workflows/00_cron.yaml b/.github/workflows/00_cron.yaml index 5191a0adaa..2510a1fccd 100644 --- a/.github/workflows/00_cron.yaml +++ b/.github/workflows/00_cron.yaml @@ -2,7 +2,7 @@ name: Build LMS Scheduler on: workflow_dispatch: schedule: - - cron: '5 4 * * *' + - cron: '40 2 * * *' jobs: check: