Skip to content

Commit

Permalink
Merge branch 'main' into debug_windows_e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Aug 25, 2024
2 parents 03da3e5 + f21bfb4 commit fa74002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa74002

Please sign in to comment.