ci: notify on success or failures

This commit is contained in:
Bruno BELANYI 2020-10-20 13:56:09 +02:00
parent 62b7a50acb
commit a164d46508

View file

@ -52,6 +52,7 @@ local Pipeline(isDev) = {
username: { from_secret: "matrix_username" },
password: { from_secret: "matrix_password" },
},
trigger: { status: [ "failure", "success", ] },
},
]
};