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 cdee42b commit 89359c1Copy full SHA for 89359c1
.github/workflows/homebrew.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Report failure
24
# TODO: replace with failure()
25
- if: ${{ success() }}
+ if: ${{ matrix.runner == 'macos-15' }}
26
env:
27
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_MONGOSH_DEVEL_WEBHOOK_URL }}
28
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
@@ -36,7 +36,7 @@ jobs:
36
"type": "section",
37
"text": {
38
"type": "mrkdwn",
39
- "text": "Failed run: [${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})"
+ "text": "Homebrew smoke test failed on macOS ${{ matrix.runner }}: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job }})|${{ github.run_id }}>"
40
}
41
42
]
0 commit comments