mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-16 17:31:58 +00:00
Temporarily disable Slack notification on failure
This commit is contained in:
parent
bad7706c9b
commit
cad1901ea4
22
.github/workflows/acceptance_tests.yml
vendored
22
.github/workflows/acceptance_tests.yml
vendored
@ -38,14 +38,14 @@ jobs:
|
||||
- name: Test
|
||||
run: make acceptance-test
|
||||
|
||||
- name: Slack notification on failure
|
||||
uses: ravsamhq/notify-slack-action@v1
|
||||
if: always()
|
||||
with:
|
||||
status: ${{ job.status }}
|
||||
notification_title: 'Mizu {workflow} has {status_message}'
|
||||
message_format: '{emoji} *{workflow}* {status_message} during <{run_url}|run>, after commit: <{commit_url}|{commit_sha}>'
|
||||
footer: 'Linked Repo <{repo_url}|{repo}>'
|
||||
notify_when: 'failure'
|
||||
env:
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
# - name: Slack notification on failure
|
||||
# uses: ravsamhq/notify-slack-action@v1
|
||||
# if: always()
|
||||
# with:
|
||||
# status: ${{ job.status }}
|
||||
# notification_title: 'Mizu {workflow} has {status_message}'
|
||||
# message_format: '{emoji} *{workflow}* {status_message} during <{run_url}|run>, after commit: <{commit_url}|{commit_sha}>'
|
||||
# footer: 'Linked Repo <{repo_url}|{repo}>'
|
||||
# notify_when: 'failure'
|
||||
# env:
|
||||
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
|
Loading…
Reference in New Issue
Block a user