From 9af12c71c4fd2341637781a5023d8ce59128cb77 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 27 Sep 2024 12:36:57 +0200 Subject: [PATCH] ci: send always notification --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 391c8c3..b1fa226 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: # cli-args: "shell.sh" - name: Send notification on error uses: dawidd6/action-send-mail@v3 - if: failure() + if: always() with: connection_url: smtp://docker10.mgrote.net:1025 secure: false @@ -65,7 +65,7 @@ jobs: tags: "registry.mgrote.net/${{ steps.meta.outputs.REPO_NAME }}:latest,registry.mgrote.net/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.extract_branch.outputs.REPO_BRANCH }}" - name: Send notification on error uses: dawidd6/action-send-mail@v3 - if: failure() + if: always() with: connection_url: smtp://docker10.mgrote.net:1025 secure: false