diff --git a/.github/workflows/daily_tests.yml b/.github/workflows/daily_tests.yml index 71d488703..8e22965d0 100644 --- a/.github/workflows/daily_tests.yml +++ b/.github/workflows/daily_tests.yml @@ -43,7 +43,7 @@ jobs: NotifyOnAnyFailure: runs-on: ubuntu-latest - needs: [DevTests, LiveServices, BuildTests, ExampleDataCache, ExampleDataTests] + needs: [DevTests, LiveServices, E2ELiveServices, BuildTests, ExampleDataCache, ExampleDataTests] if: failure() steps: - uses: dawidd6/action-send-mail@v3