Skip to content

Commit 1aa47ca

Browse files
committedSep 5, 2024
Debug
1 parent 414d07e commit 1aa47ca

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed
 

‎.github/workflows/continuous-benchmark.yaml

+20-20
Original file line numberDiff line numberDiff line change
@@ -105,23 +105,23 @@ jobs:
105105
- name: Fail job if any of the benches failed
106106
if: steps.benches.outputs.failed == 'error' || steps.benches.outputs.failed == 'timeout'
107107
run: exit 1
108-
- name: Send Notification
109-
if: failure() || cancelled()
110-
uses: slackapi/slack-github-action@v1.26.0
111-
with:
112-
payload: |
113-
{
114-
"text": "CI tenants benchmarks run status: ${{ job.status }}",
115-
"blocks": [
116-
{
117-
"type": "section",
118-
"text": {
119-
"type": "mrkdwn",
120-
"text": "CI tenants benchmarks failed because of ${{ steps.benches.outputs.failed }}.\nView the results <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>"
121-
}
122-
}
123-
]
124-
}
125-
env:
126-
SLACK_WEBHOOK_URL: ${{ secrets.CI_ALERTS_CHANNEL_WEBHOOK_URL }}
127-
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
108+
# - name: Send Notification
109+
# if: failure() || cancelled()
110+
# uses: slackapi/slack-github-action@v1.26.0
111+
# with:
112+
# payload: |
113+
# {
114+
# "text": "CI tenants benchmarks run status: ${{ job.status }}",
115+
# "blocks": [
116+
# {
117+
# "type": "section",
118+
# "text": {
119+
# "type": "mrkdwn",
120+
# "text": "CI tenants benchmarks failed because of ${{ steps.benches.outputs.failed }}.\nView the results <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>"
121+
# }
122+
# }
123+
# ]
124+
# }
125+
# env:
126+
# SLACK_WEBHOOK_URL: ${{ secrets.CI_ALERTS_CHANNEL_WEBHOOK_URL }}
127+
# SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

0 commit comments

Comments
 (0)
Failed to load comments.