From cad1901ea4d83d2680792ec57e9a5f0181fe59c8 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Fri, 4 Mar 2022 20:24:19 +0300 Subject: [PATCH] Temporarily disable Slack notification on failure --- .github/workflows/acceptance_tests.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/acceptance_tests.yml b/.github/workflows/acceptance_tests.yml index a5044d5ab..ea3a42239 100644 --- a/.github/workflows/acceptance_tests.yml +++ b/.github/workflows/acceptance_tests.yml @@ -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 }}