From 287cc2da006f4e76b7413d549f9e1f748d33774f Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Tue, 27 Jun 2023 11:19:38 +0200 Subject: [PATCH] disable Slack notification --- .github/workflows/check-stratum-servers.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/check-stratum-servers.yml b/.github/workflows/check-stratum-servers.yml index d596c665..883df599 100644 --- a/.github/workflows/check-stratum-servers.yml +++ b/.github/workflows/check-stratum-servers.yml @@ -32,11 +32,11 @@ jobs: echo 'EOF' >> $GITHUB_ENV exit $EC - - name: send Slack message if there was an error - uses: rtCamp/action-slack-notify@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7 # v2.2.0 - if: steps.check.outcome != 'success' && github.event_name != 'pull_request' - env: - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} - SLACK_MESSAGE: ${{ env.STRATUM_ERRORS }} - SLACK_COLOR: 'danger' - SLACK_FOOTER: + # - name: send Slack message if there was an error + # uses: rtCamp/action-slack-notify@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7 # v2.2.0 + # if: steps.check.outcome != 'success' && github.event_name != 'pull_request' + # env: + # SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} + # SLACK_MESSAGE: ${{ env.STRATUM_ERRORS }} + # SLACK_COLOR: 'danger' + # SLACK_FOOTER: