From 8a7aa96b97e89add7090258111b78b3c9ffc6fe5 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Fri, 6 Sep 2019 22:09:31 -0400 Subject: [PATCH] Minor update --- config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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