diff --git a/config.yaml b/config.yaml index de0e4686..15b1f86b 100644 --- a/config.yaml +++ b/config.yaml @@ -6,7 +6,6 @@ services: conditions: - "$STATUS == 200" - name: github - url: https://github.com + url: https://api.github.com/healthz conditions: - - "$STATUS != 400" - - "$STATUS != 500" \ No newline at end of file + - "$STATUS == 200" \ No newline at end of file