Only notify slack on failure

This commit is contained in:
Zachary Scott 2021-05-08 07:25:43 +09:00 committed by GitHub
parent e968e699b4
commit 7660d10104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -39,3 +39,4 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} # required
MATRIX_CONTEXT: ${{ toJson(matrix) }} # required
if: failure()