looks weird, but we want status ignored and gitea respected...
All checks were successful
Generic zig build / build (push) Successful in 8m59s

This commit is contained in:
Emil Lerch 2024-04-30 22:39:13 -07:00
parent 51f4a6d283
commit 3752e3dd58
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -40,7 +40,7 @@ jobs:
run: zig build test --summary all
- name: Notify
uses: elerch/action-notify-ntfy@v2.github
if: env.GITEA_ACTIONS == 'true'
if: always() && env.GITEA_ACTIONS == 'true'
with:
host: ${{ secrets.NTFY_HOST }}
topic: ${{ secrets.NTFY_TOPIC }}