We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e5a5d commit 6c61c61Copy full SHA for 6c61c61
.github/workflows/cloud-client-tests.yml
@@ -58,7 +58,7 @@ jobs:
58
apt-get update && apt-get -y install gettext-base
59
./run-tests.sh
60
- name: Slack notification
61
- if: ${{ failure() }}
+ if: ${{ failure() && github.event_name != 'pull_request' }}
62
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
63
with:
64
method: chat.postMessage
0 commit comments