diff --git a/.github/workflows/update-server.yml b/.github/workflows/update-server.yml index 4e5c41a..ebc6d2b 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -61,11 +61,13 @@ jobs: runs-on: ubuntu-latest steps: - name: send ping to ntfy + if: always() run: | - curl -X POST -d @- https://push.ixvd.net/${{ secrets.NTFY_TOPIC }} <