Skip to content

Commit

Permalink
Revert "Test emails"
Browse files Browse the repository at this point in the history
This reverts commit 202329c.
  • Loading branch information
gaborcsardi committed Apr 15, 2024
1 parent 202329c commit 26879ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/cronTrigger.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export async function processCronTrigger(event) {

// Send email on monitor change
if (
// monitorStatusChanged &&
monitorStatusChanged &&
typeof SECRET_EMAIL_ADDRESS !== 'undefined' &&
SECRET_EMAIL_ADDRESS !== 'default-gh-action-secret'
) {
Expand Down

0 comments on commit 26879ab

Please sign in to comment.