Skip to content

Commit

Permalink
disable Slack notification
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Jun 27, 2023
1 parent 77774c9 commit 287cc2d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/check-stratum-servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit 287cc2d

Please sign in to comment.