We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d39d46 commit b043049Copy full SHA for b043049
.github/workflows/homebrew.yml
@@ -16,8 +16,8 @@ jobs:
16
- run: brew install mongosh
17
- run: mongosh --smokeTests
18
- name: Report failure
19
- # TODO: invert if-check below to only send on failure
20
- if: !failure()
+ # TODO: replace with failure()
+ if: ${{ success() }}
21
env:
22
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_MONGOSH_DEVEL_WEBHOOK_URL }}
23
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
0 commit comments