Skip to content

Health Check

Health Check #302

Workflow file for this run

name: "Health Check"
on:
schedule:
- cron: "0 */6 * * *"
jobs:
healthcheck:
runs-on: ubuntu-22.04
steps:
- name: Release API Health Check
uses: jtalk/url-health-check-action@v3
with:
url: "https://sumtime.w8385.dev"
max-attempts: 3
retry-delay: 1s