mirror of https://github.com/Chizi123/Arch-autobuild-repo.git

Joel Grunbaum
21 hours ago 700cfa5a81dab4a8e22136fe6a889a346df4bb04
src/archrepobuild/notifications.py
@@ -106,7 +106,7 @@
    async def send(self, summary: BuildSummary, config: Config) -> bool:
        """Send email notification."""
        if not self.config.enabled:
        if not self.config.enabled and (self.config.email_everytime or summary.failed == 0):
            return True
        if not self.config.to: