Maintenance: remove microbadger CI hook (#76)

This commit is contained in:
Quentin McGaw 2021-11-03 06:00:31 -04:00 committed by GitHub
parent d8237c8b7c
commit 6678669dfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,8 +82,3 @@ jobs:
VERSION=${{ steps.vars.outputs.version }}
tags: mindflavor/prometheus-wireguard-exporter:${{ steps.vars.outputs.version }}
push: true
- if: github.event.ref == 'refs/heads/master'
name: Microbadger hook
run: curl -X POST https://hooks.microbadger.com/images/mindflavor/prometheus-wireguard-exporter/TODO
continue-on-error: true