remove discord from pullrequests
This commit is contained in:
parent
0d73ec86b7
commit
1c2864531b
11
.github/workflows/test-backend.yml
vendored
11
.github/workflows/test-backend.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user