Skip to content
Merged
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