Skip to content

Commit

Permalink
update trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Aug 26, 2024
1 parent e8eb9d9 commit c71de75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dailies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:

notify:
runs-on: ubuntu-latest
needs: [run-daily-tests, run-daily-doc-link-checks]
if: ${{ always() && contains(needs.*.result, 'failure') }}
needs: [run-daily-tests, run-daily-doc-link-checks, test-dandi-latest, test-dandi-dev, test-dandi-dev-live]
if: failure()
steps:
- uses: dawidd6/action-send-mail@v3
with:
Expand Down

0 comments on commit c71de75

Please sign in to comment.