diff --git a/.github/workflows/daily_tests.yml b/.github/workflows/daily_tests.yml index 7b080c2c2..ee2b65048 100644 --- a/.github/workflows/daily_tests.yml +++ b/.github/workflows/daily_tests.yml @@ -40,14 +40,14 @@ jobs: runs-on: ubuntu-latest needs: [DevTests, LiveServices, BuildTests, ExampleDataCache, ExampleDataTests] if: | - ${{ + ${{ always() && ( needs.DevTests.result == 'failure' || needs.LiveServices.result == 'failure' || needs.BuildTests.result == 'failure' || needs.ExampleDataCache.result == 'failure' || needs.ExampleDataTests.result == 'failure' - ) + ) }} steps: - uses: dawidd6/action-send-mail@v3