Skip to content

Commit 42d2b7d

Browse files
authored
[ci][apm-ui] fix argument name for disabling pr comments (#72633)
1 parent 245940a commit 42d2b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/end2end.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pipeline {
111111
}
112112
}
113113
cleanup {
114-
notifyBuildResult(notifyPRComment: false, analyzeFlakey: false, shouldNotify: false)
114+
notifyBuildResult(prComment: false, analyzeFlakey: false, shouldNotify: false)
115115
}
116116
}
117117
}

0 commit comments

Comments
 (0)