dd
Some checks failed
lint, build and push / gitleaks (push) Successful in 3s
lint, build and push / hadolint (push) Successful in 3s
lint, build and push / build (push) Failing after 9s
lint, build and push / notify (push) Successful in 2s

This commit is contained in:
Michael Grote 2024-09-02 20:47:51 +02:00
parent a0bad9f5cc
commit c42c6078f0

View file

@ -64,10 +64,9 @@ jobs:
notify:
steps:
- name: Send notification
- name: Send notification on error
uses: dawidd6/action-send-mail@v3
if: always()
#if: failure()
if: failure()
with:
connection_url: smtp://docker10.mgrote.net:1025
secure: false
@ -75,4 +74,4 @@ jobs:
to: michael.grote@posteo.de
from: Gitea Actions <gitea@mgrote.net>
subject: "CI Error in ${{ env.GITHUB_REPOSITORY }}"
body: Build job of ${{ env.github.repository }} completed successfully!
body: Job of ${{ env.github.repository }} failed!