From 4279f6ca4d8d4a4ed6c358d1ab0f6f725a30bb20 Mon Sep 17 00:00:00 2001 From: gitcommitshow <56937085+gitcommitshow@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:33:12 +0530 Subject: [PATCH] fix: run health check every month every 30 mins is not needed, run it every month --- .github/workflows/health-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: