From e5e0cf5dee8190cccc3b5352989d5487634e62ee Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 12 Sep 2023 13:56:49 -0700 Subject: [PATCH] try again --- .github/workflows/checks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 4fb079dc3..bceaaf6e9 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -56,7 +56,6 @@ jobs: - name: Check coverage threshold run: poetry run coverage report --fail-under=90 - name: Health check - if: ${{ (curl -v https://notify-staging.app.cloud.gov/_status) != *"ok"* }} run: | response = $(curl -v https://notify-staging.app.cloud.gov/_status) echo "response from curl= $response"