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