mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
Notify on cancelled too (#749)
Signed-off-by: ashotland <ari@dragonflydb.io>
This commit is contained in:
parent
622013a2d1
commit
eb0bef4c33
1 changed files with 1 additions and 1 deletions
2
.github/workflows/regression-tests.yml
vendored
2
.github/workflows/regression-tests.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
pytest -xvr dragonfly
|
||||
|
||||
- name: Send notification on failure
|
||||
if: failure()
|
||||
if: failure() || cancelled()
|
||||
run: |
|
||||
curl -s \
|
||||
-X POST \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue