Skip to content

Commit afeffb8

Browse files
lblackstonershade
authored andcommitted
Disable slack notification for failed minio test
1 parent 9d1aa9d commit afeffb8

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/test-with-minio.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,3 @@ jobs:
116116
name: service-log
117117
path: ${{ env.SERVICE_LOG }}
118118
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

Comments
 (0)