Skip to content

Commit

Permalink
try always() trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Aug 25, 2024
1 parent d3cdf8f commit 2a51b12
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 @@ -44,7 +44,7 @@ jobs:
NotifyOnAnyFailure:
runs-on: ubuntu-latest
needs: [DevTests, LiveServices, BuildTests, ExampleDataCache, ExampleDataTests]
if: failure()
if: always() && failure()
steps:
- uses: dawidd6/action-send-mail@v3
with:
Expand Down

0 comments on commit 2a51b12

Please sign in to comment.