diff --git a/.ci/package-storage-publish.groovy b/.ci/package-storage-publish.groovy index ca32154e5d..412ed19ee1 100644 --- a/.ci/package-storage-publish.groovy +++ b/.ci/package-storage-publish.groovy @@ -74,7 +74,7 @@ pipeline { } post { cleanup { - notifyBuildResult(prComment: true) + notifyBuildResult(prComment: false) } } }