update workflow to address gitea notifications
All checks were successful
Generic zig build / build (push) Successful in 1m10s

This commit is contained in:
Emil Lerch 2024-04-30 22:52:46 -07:00
parent b9e1b4abe1
commit 8ab28400c4
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -20,7 +20,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 }}