Skip to content

Commit d837205

Browse files
committed
Disable alert
1 parent 11cd6d6 commit d837205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
codecov_token: ${{ secrets.CODECOV_TOKEN }}
124124
- name: Notify parse tests failure
125125
uses: slackapi/slack-github-action@v2.0.0
126-
if: failure() && github.event_name == 'push'
126+
if: failure() && github.event_name == 'push' && false
127127
with:
128128
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
129129
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)