Skip to content

Commit 287cc2d

Browse files
committed
disable Slack notification
1 parent 77774c9 commit 287cc2d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/check-stratum-servers.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
echo 'EOF' >> $GITHUB_ENV
3333
exit $EC
3434
35-
- name: send Slack message if there was an error
36-
uses: rtCamp/action-slack-notify@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7 # v2.2.0
37-
if: steps.check.outcome != 'success' && github.event_name != 'pull_request'
38-
env:
39-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
40-
SLACK_MESSAGE: ${{ env.STRATUM_ERRORS }}
41-
SLACK_COLOR: 'danger'
42-
SLACK_FOOTER:
35+
# - name: send Slack message if there was an error
36+
# uses: rtCamp/action-slack-notify@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7 # v2.2.0
37+
# if: steps.check.outcome != 'success' && github.event_name != 'pull_request'
38+
# env:
39+
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
40+
# SLACK_MESSAGE: ${{ env.STRATUM_ERRORS }}
41+
# SLACK_COLOR: 'danger'
42+
# SLACK_FOOTER:

0 commit comments

Comments
 (0)