From 007cf77920e41a3f0864bfc25c075c6f043d21e9 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 27 Sep 2024 12:36:45 +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 74e7179..16c216c 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