Skip to content

Commit b113db0

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
with:
3838
status: ${{ job.status }}
3939
steps: ${{ toJson(steps) }}
40-
if: always()
40+
if: failure()

0 commit comments

Comments
 (0)