We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d960dd3 commit 565ff84Copy full SHA for 565ff84
CI-assets/deploy.sh
@@ -63,7 +63,7 @@ else
63
fi
64
65
# Comment pull request
66
-if [ ! -z "${RELEVANT_PR}" -a ! -z "PR_TARGET_BRANCH" ]; then
+if [ ! -z "${RELEVANT_PR}" -a ! -z "${PR_TARGET_BRANCH}" -a "${TRAVIS_EVENT_TYPE}" != "cron" ]; then
67
echo "Commenting pull request..."
68
if [ ${#CHANGED_SPS[@]} -gt 0 ]; then
69
CHANGED_SPS_HTML="<p>The following SPs changed their QA assessment with this pull request:</p><ul>Standalone QA reports:"
0 commit comments