From ac5f6eb8cfd93c918d839cf4f603d6a0dc491081 Mon Sep 17 00:00:00 2001 From: Regmiram <94901052+rr-tri@users.noreply.github.com> Date: Fri, 8 Dec 2023 00:36:58 +0545 Subject: [PATCH] Update schedule_healthcheck.yml --- .github/workflows/schedule_healthcheck.yml | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/schedule_healthcheck.yml b/.github/workflows/schedule_healthcheck.yml index 03e6b8dbfc..db6652cd9a 100644 --- a/.github/workflows/schedule_healthcheck.yml +++ b/.github/workflows/schedule_healthcheck.yml @@ -1,19 +1,19 @@ -name: Periodic Health Check +# name: Periodic Health Check -on: - schedule: - - cron: '0 * * * *' # Schedule the workflow to run every 24 hours +# on: +# schedule: +# - cron: '0 0 * * *' # Schedule the workflow to run every 24 hours -jobs: - health_check: - runs-on: ubuntu-latest - steps: - - name: - run : echo "This step will run on every one minute" - - name: Perform Health Check - uses: jtalk/url-health-check-action@v3 - with: - url: 'https://full-stack-open-pokedex-7vtq.onrender.com' - follow-redirect: false - max-attempts: 3 - retry-delay: 5s \ No newline at end of file +# jobs: +# health_check: +# runs-on: ubuntu-latest +# steps: +# - name: +# run : echo "This step will run on every one minute" +# - name: Perform Health Check +# uses: jtalk/url-health-check-action@v3 +# with: +# url: 'https://full-stack-open-pokedex-7vtq.onrender.com' +# follow-redirect: false +# max-attempts: 3 +# retry-delay: 5s