remove useless workflow

This commit is contained in:
sehnryr
2022-10-10 22:24:28 +02:00
parent fe5b9b6088
commit d79fc44555

View File

@@ -1,14 +0,0 @@
name: Notify github activity on discord
on:
repository_dispatch:
types: [org-workflow-bot] # <-- requirement to trigger central workflows
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Discord notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@08d9328877d6954120eef2b07abbc79249bb6210