Skip to content

Commit

Permalink
Fix healthcheck ping
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasmullie committed Jul 1, 2023
1 parent d3f95e5 commit e7b1a6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/healthcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ jobs:
- name: Test (twice, if needed)
run: make test || make test
- name: Healthcheck ping
run: wget https://healthchecks.home.mullie.eu/ping/a3ddae93-36a7-474a-8fcb-17573f693d2e -T 10 -t 5 -O /dev/null

run: wget https://healthchecks.home.mullie.eu/ping/41883ca0-3244-40aa-bcd6-94d5eeaccf8d -T 10 -t 5 -O /dev/null

0 comments on commit e7b1a6e

Please sign in to comment.