1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -105,23 +105,23 @@ jobs:
105
105
- name : Fail job if any of the benches failed
106
106
if : steps.benches.outputs.failed == 'error' || steps.benches.outputs.failed == 'timeout'
107
107
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