Skip to content

Commit 565ff84

Browse files
committed
Do not comment PRs on cron triggered build
1 parent d960dd3 commit 565ff84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI-assets/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ else
6363
fi
6464

6565
# Comment pull request
66-
if [ ! -z "${RELEVANT_PR}" -a ! -z "PR_TARGET_BRANCH" ]; then
66+
if [ ! -z "${RELEVANT_PR}" -a ! -z "${PR_TARGET_BRANCH}" -a "${TRAVIS_EVENT_TYPE}" != "cron" ]; then
6767
echo "Commenting pull request..."
6868
if [ ${#CHANGED_SPS[@]} -gt 0 ]; then
6969
CHANGED_SPS_HTML="<p>The following SPs changed their QA assessment with this pull request:</p><ul>Standalone QA reports:"

0 commit comments

Comments
 (0)