Skip to content

Commit b043049

Browse files
committed
fix workflow
1 parent 3d39d46 commit b043049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/homebrew.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- run: brew install mongosh
1717
- run: mongosh --smokeTests
1818
- name: Report failure
19-
# TODO: invert if-check below to only send on failure
20-
if: !failure()
19+
# TODO: replace with failure()
20+
if: ${{ success() }}
2121
env:
2222
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_MONGOSH_DEVEL_WEBHOOK_URL }}
2323
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

0 commit comments

Comments
 (0)