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

This commit is contained in:
Michael Grote 2024-08-30 17:59:38 +02:00
parent ff7ccb059b
commit c4bd0af301

View file

@ -63,6 +63,7 @@ jobs:
notify: notify:
steps: steps:
- name: Send notification - name: Send notification
if: failure() if: always()
#if: failure()
shell: bash shell: bash
run: echo test | mail -s tests michael.grote@posteo.de run: echo test | mail -s tests michael.grote@posteo.de