Skip to content

Commit

Permalink
adjust email trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Jul 17, 2024
1 parent 06e82b4 commit df0747b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dailiy_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
notify:
runs-on: ubuntu-latest
needs: [run-daily-tests]
if: ${{ always() && contains(needs.*.result, 'failure') }}
if: failure()
steps:
- uses: dawidd6/action-send-mail@v3
with:
Expand Down

0 comments on commit df0747b

Please sign in to comment.