From 1c2864531b279f995ab572d0e36d90770663a255 Mon Sep 17 00:00:00 2001 From: Alberto Xamin Date: Thu, 29 Dec 2022 13:31:53 +0000 Subject: [PATCH] remove discord from pullrequests --- .github/workflows/test-backend.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index a6e632c..1441b83 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -25,13 +25,4 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - 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 }} + python -m pytest -p no:warnings \ No newline at end of file