Skip to content

Commit

Permalink
Disable emails (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmurray-codecov authored Nov 13, 2024
1 parent c55e955 commit 9063a20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/task/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ def send_email(
from_addr: str | None = None,
**kwargs,
):
# Disabling this while we fix HTML templates.
return
# Templates can be found in worker/templates
self._create_signature(
"app.tasks.send_email.SendEmail",
Expand Down

0 comments on commit 9063a20

Please sign in to comment.