From f44991c3a649cf4168093a329fa86282a1be2c5f Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 27 Sep 2024 12:36:30 +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 0b39ba2..6eae1f2 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