From 20aaeae88d4340fe6aee4c32fe2e51117324ded6 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:32:07 -0400 Subject: [PATCH] update notification email --- .github/workflows/daily_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily_tests.yml b/.github/workflows/daily_tests.yml index db774a852..70b726091 100644 --- a/.github/workflows/daily_tests.yml +++ b/.github/workflows/daily_tests.yml @@ -53,6 +53,6 @@ jobs: username: ${{ secrets.MAIL_USERNAME }} password: ${{ secrets.MAIL_PASSWORD }} subject: NWB GUIDE Daily Test Failure - to: ${{ secrets.DAILY_FAILURE_EMAIL_LIST }} + to: cody.c.baker.phd@gmail.com 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"