From 7485ba82185251ae7f84cf83408c88b847cc296a Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:44:24 -0400 Subject: [PATCH] debugging --- .github/workflows/daily_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily_tests.yml b/.github/workflows/daily_tests.yml index 5045bcec5..5a8bf1df0 100644 --- a/.github/workflows/daily_tests.yml +++ b/.github/workflows/daily_tests.yml @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest needs: [DevTests, LiveServices, BuildTests, ExampleDataCache, ExampleDataTests] # If condition needs 'always' to trigger at all - if: always() && env.ANY_FAILURES + if: always() && ${{ env.ANY_FAILURES }} steps: - name: Printout which failed run: |