diff options
| author | Michael Grote | 2024-09-27 12:37:10 +0200 |
|---|---|---|
| committer | Michael Grote | 2024-09-27 12:37:10 +0200 |
| commit | 6b5f72b8808e972971468e3c112d0f2815519d4d (patch) | |
| tree | a8d2c7d010b917d8a6b70bdb94e72b780216d921 | |
| parent | ce32e0d8a0e47a30488c2c7b732df14c49fc05d9 (diff) | |
ci: send always notification
| -rw-r--r-- | .gitea/workflows/build.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 975fda0..7da91be 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 |