diff --git a/.github/workflows/clone-db.yaml b/.github/workflows/clone-db.yaml index 7989fa34f..3b006e3f9 100644 --- a/.github/workflows/clone-db.yaml +++ b/.github/workflows/clone-db.yaml @@ -7,8 +7,8 @@ name: Clone Stable Database on: schedule: - # Run daily at 2:00 PM EST - - cron: '0 * * * *' + # Run daily at 12:00 AM EST + - cron: '0 0 * * *' # Allow manual triggering workflow_dispatch: