diff --git a/.github/workflows/health-check.yml b/.github/workflows/health-check.yml index 25ed280449c529..ede913eed3e2ec 100644 --- a/.github/workflows/health-check.yml +++ b/.github/workflows/health-check.yml @@ -3,7 +3,7 @@ name: Scheduled Health Check # Controls when the action will run. on: schedule: - - cron: "30 * * * *" + - cron: "0 0 1 * *" jobs: health_check_job: