Notify on cancelled too (#749)

Signed-off-by: ashotland <ari@dragonflydb.io>
This commit is contained in:
ashotland 2023-02-02 18:12:03 +02:00 committed by GitHub
parent 622013a2d1
commit eb0bef4c33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ jobs:
pytest -xvr dragonfly
- name: Send notification on failure
if: failure()
if: failure() || cancelled()
run: |
curl -s \
-X POST \