mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Only notify slack on failure
This commit is contained in:
parent
e968e699b4
commit
7660d10104
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -39,3 +39,4 @@ jobs:
|
|||
env:
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} # required
|
||||
MATRIX_CONTEXT: ${{ toJson(matrix) }} # required
|
||||
if: failure()
|
||||
|
|
Loading…
Reference in a new issue