Skip to content

healthcheck

healthcheck #254

Workflow file for this run

name: healthcheck
on:
schedule:
- cron: "0 1 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test (twice, if needed)
run: make test || make test
- name: Healthcheck ping
run: wget https://healthchecks.home.mullie.eu/ping/41883ca0-3244-40aa-bcd6-94d5eeaccf8d -T 10 -t 5 -O /dev/null