From 4064be5f6891284d9813fc445cf88fee95c6d0e8 Mon Sep 17 00:00:00 2001 From: Serkan Calis Date: Sun, 15 Sep 2024 18:49:55 +0300 Subject: [PATCH] healthcheck schedule test --- .github/workflows/healthCheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/healthCheck.yml b/.github/workflows/healthCheck.yml index 0af299679e..20051e4d1e 100644 --- a/.github/workflows/healthCheck.yml +++ b/.github/workflows/healthCheck.yml @@ -1,8 +1,8 @@ name: Health Check on: - push - + schedule: + - cron: "15 * * * *" jobs: healthCheck: runs-on: ubuntu-20.04