diff --git a/.github/workflows/nightly-dispatcher.yml b/.github/workflows/nightly-dispatcher.yml index c742389274a..3a7b2d32477 100644 --- a/.github/workflows/nightly-dispatcher.yml +++ b/.github/workflows/nightly-dispatcher.yml @@ -5,7 +5,7 @@ on: # Important note about scheduled workflows: # Notifications for scheduled workflows are sent to the user who last modified the cron syntax in the workflow file. schedule: - - cron: "0 2 * * *" + - cron: "0 1 * * *" jobs: backward-compatibility: