We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a663c commit bc3963aCopy full SHA for bc3963a
.github/actions/send_qmods_slack_notification/action.yml
@@ -32,6 +32,7 @@ runs:
32
33
- name: Send JSON to slack workflow
34
id: slack
35
+ if: ${{ env.FAILING_TESTS }} = *[![:space:]]*
36
uses: slackapi/slack-github-action@v2.1
37
with:
38
method: chat.postMessage
0 commit comments