We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11cd6d6 commit d837205Copy full SHA for d837205
.github/workflows/unit-tests.yml
@@ -123,7 +123,7 @@ jobs:
123
codecov_token: ${{ secrets.CODECOV_TOKEN }}
124
- name: Notify parse tests failure
125
uses: slackapi/slack-github-action@v2.0.0
126
- if: failure() && github.event_name == 'push'
+ if: failure() && github.event_name == 'push' && false
127
with:
128
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
129
webhook-type: incoming-webhook
0 commit comments