From f21bfb42486e2ae2ee86cc73ac371c584701c875 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Sun, 25 Aug 2024 01:29:07 -0400 Subject: [PATCH] disable always(); add e2e live to needs for notification --- .github/workflows/daily_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily_tests.yml b/.github/workflows/daily_tests.yml index f65ef4c83..8e22965d0 100644 --- a/.github/workflows/daily_tests.yml +++ b/.github/workflows/daily_tests.yml @@ -43,8 +43,8 @@ jobs: NotifyOnAnyFailure: runs-on: ubuntu-latest - needs: [DevTests, LiveServices, BuildTests, ExampleDataCache, ExampleDataTests] - if: always() && failure() + needs: [DevTests, LiveServices, E2ELiveServices, BuildTests, ExampleDataCache, ExampleDataTests] + if: failure() steps: - uses: dawidd6/action-send-mail@v3 with: