Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicit notification #492

Merged
merged 3 commits into from
Aug 26, 2024
Merged

Explicit notification #492

merged 3 commits into from
Aug 26, 2024

Conversation

CodyCBakerPhD
Copy link
Contributor

Motivation

@stephprince We made this change on the GUIDE recently after failing to get notifications properly

Doing it here too

@CodyCBakerPhD CodyCBakerPhD self-assigned this Aug 26, 2024
@@ -36,6 +36,6 @@ jobs:
username: ${{ secrets.MAIL_USERNAME }}
password: ${{ secrets.MAIL_PASSWORD }}
subject: NWB Inspector Daily Failure
to: ${{ secrets.DAILY_FAILURE_EMAIL_LIST }} # add more with commas, no separation
to: [email protected]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably add your email here too @stephprince

@rly did you also want to be notified?

.github/workflows/dailies.yml Outdated Show resolved Hide resolved
@CodyCBakerPhD CodyCBakerPhD enabled auto-merge (squash) August 26, 2024 17:05
@CodyCBakerPhD CodyCBakerPhD merged commit 383e880 into dev Aug 26, 2024
35 of 36 checks passed
@CodyCBakerPhD CodyCBakerPhD deleted the explicit_notify branch August 26, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants