Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable slack notification for failed minio test #153

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/workflows/test-with-minio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,3 @@ jobs:
name: service-log
path: ${{ env.SERVICE_LOG }}
overwrite: true

- if: failure()
name: Notify Slack
uses: 8398a7/action-slack@v3
env:
# The Slack webhook URL must be specific to the pulumi-service Slack channel.
# The name of the Slack app is "Pulumi Webhooks". You must have access to it
# to be able to see it on https://api.slack.com.
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
text: Minio integration test in pulumi-self-hosted-installers failed for service's latest edge build
fields: job,workflow
status: ${{ job.status }}
Loading