Compare commits

..

1 commit

Author SHA1 Message Date
Bruno BELANYI 0049ca514c WIP: test failure notification
Some checks failed
continuous-integration/drone/push Build is failing
2021-06-12 19:15:50 +02:00

View file

@ -21,8 +21,9 @@ steps:
from_secret: matrix_username
PASS:
from_secret: matrix_password
when:
status:
- failure
- success
settings:
trigger:
status:
- failure
- success
...