Skip to content

Commit

Permalink
Merge pull request #926 from NeurodataWithoutBorders/daily_failure_email
Browse files Browse the repository at this point in the history
Update daily failure email list
  • Loading branch information
pauladkisson authored Sep 13, 2024
2 parents 32eab34 + a51cc8d commit 7df32c6
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 @@ -53,6 +53,6 @@ jobs:
username: ${{ secrets.MAIL_USERNAME }}
password: ${{ secrets.MAIL_PASSWORD }}
subject: NWB GUIDE Daily Test Failure
to: [email protected],[email protected]
to: ${{ secrets.DAILY_FAILURE_EMAIL_LIST }}
from: NWB Guide Daily Tests
body: "The daily tests workflow failed, please check the status at https://github.com/NeurodataWithoutBorders/nwb-guide/actions/workflows/daily_tests.yml"

0 comments on commit 7df32c6

Please sign in to comment.