mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-17 01:41:56 +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
|
- name: Test
|
||||||
run: make acceptance-test
|
run: make acceptance-test
|
||||||
|
|
||||||
- name: Slack notification on failure
|
# - name: Slack notification on failure
|
||||||
uses: ravsamhq/notify-slack-action@v1
|
# uses: ravsamhq/notify-slack-action@v1
|
||||||
if: always()
|
# if: always()
|
||||||
with:
|
# with:
|
||||||
status: ${{ job.status }}
|
# status: ${{ job.status }}
|
||||||
notification_title: 'Mizu {workflow} has {status_message}'
|
# notification_title: 'Mizu {workflow} has {status_message}'
|
||||||
message_format: '{emoji} *{workflow}* {status_message} during <{run_url}|run>, after commit: <{commit_url}|{commit_sha}>'
|
# message_format: '{emoji} *{workflow}* {status_message} during <{run_url}|run>, after commit: <{commit_url}|{commit_sha}>'
|
||||||
footer: 'Linked Repo <{repo_url}|{repo}>'
|
# footer: 'Linked Repo <{repo_url}|{repo}>'
|
||||||
notify_when: 'failure'
|
# notify_when: 'failure'
|
||||||
env:
|
# env:
|
||||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||||
|
Loading…
Reference in New Issue
Block a user