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 793c6b8 commit ea59f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- name: Test (twice, if needed)
run: make test || make test
- name: Healthcheck ping
run: wget https://healthchecks.home.mullie.eu/ping/1aaaf89a-fe3d-4a6f-a5b5-cec60205dc52 -T 10 -t 5 -O /dev/null
run: wget https://healthchecks.home.mullie.eu/ping/0ca5c263-bafb-4d7b-b6fc-f7d73991169f -T 10 -t 5 -O /dev/null

0 comments on commit ea59f29

Please sign in to comment.