Skip to content

Commit

Permalink
disable always(); add e2e live to needs for notification
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Aug 25, 2024
1 parent 2a51b12 commit f21bfb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f21bfb4

Please sign in to comment.