remove discord from pullrequests

This commit is contained in:
Alberto Xamin 2022-12-29 13:31:53 +00:00
parent 0d73ec86b7
commit 1c2864531b

View File

@ -26,12 +26,3 @@ jobs:
- name: Test with pytest
run: |
python -m pytest -p no:warnings
- name: Notify discord
uses: th0th/notify-discord@v0.4.1
if: ${{ always() }}
env:
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_JOB_NAME: "Backend tests"
GITHUB_JOB_STATUS: ${{ job.status }}