Skip to content

Commit e6731a3

Browse files
authored
Only notify slack if failure
1 parent b113db0 commit e6731a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
with:
6969
status: ${{ job.status }}
7070
steps: ${{ toJson(steps) }}
71-
if: always()
71+
if: failure()

0 commit comments

Comments
 (0)