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