Skip to content

Commit ee2add4

Browse files
ci: notify only when failure
1 parent 4748b65 commit ee2add4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
env:
9292
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9393
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
94-
if: always()
94+
if: failure()
9595

9696
publish:
9797
name: Publish

0 commit comments

Comments
 (0)