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

Joel Grunbaum
yesterday 17d8e2ee60338b8b7bfd63d5810ac9dc8ffb1ccc
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 ((not self.config.email_everytime) and summary.failed == 0):
            return True
        if not self.config.to: