notifications
All checks were successful
CI / Clippy (push) Successful in 46s
CI / Build (debug) (push) Successful in 47s
CI / Build (release) (push) Successful in 1m35s
CI / Notify (push) Successful in 3s

This commit is contained in:
Emil Lerch 2026-03-02 15:13:16 -08:00
parent 5cc6e1d168
commit 2153f7b52b
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -91,3 +91,16 @@ jobs:
- name: Build (release) - name: Build (release)
run: cargo build --release run: cargo build --release
notify:
name: Notify
needs: [lint, build-debug, build-release]
runs-on: ubuntu-latest
if: always()
steps:
- uses: https://git.lerch.org/lobo/action-notify-ntfy@v2
with:
host: ${{ secrets.NTFY_HOST }}
topic: ${{ secrets.NTFY_TOPIC }}
user: ${{ secrets.NTFY_USER }}
password: ${{ secrets.NTFY_PASSWORD }}