Skip to content

Commit

Permalink
Merge branch 'master' into branchTest
Browse files Browse the repository at this point in the history
  • Loading branch information
rr-tri authored Dec 9, 2023
2 parents 657f74e + b796eb5 commit 672fad3
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/schedule_healthcheck.yml
Original file line number Diff line number Diff line change
@@ -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
# 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

0 comments on commit 672fad3

Please sign in to comment.