There was an error while loading. Please reload this page.
1 parent 9d1aa9d commit afeffb8Copy full SHA for afeffb8
1 file changed
.github/workflows/test-with-minio.yml
@@ -116,16 +116,3 @@ jobs:
116
name: service-log
117
path: ${{ env.SERVICE_LOG }}
118
overwrite: true
119
-
120
- - if: failure()
121
- name: Notify Slack
122
- uses: 8398a7/action-slack@v3
123
- env:
124
- # The Slack webhook URL must be specific to the pulumi-service Slack channel.
125
- # The name of the Slack app is "Pulumi Webhooks". You must have access to it
126
- # to be able to see it on https://api.slack.com.
127
- SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
128
- with:
129
- text: Minio integration test in pulumi-self-hosted-installers failed for service's latest edge build
130
- fields: job,workflow
131
- status: ${{ job.status }}
0 commit comments