diff --git a/vars/edgeXBuildGoParallel.groovy b/vars/edgeXBuildGoParallel.groovy index ce92e4cf..93db98d3 100644 --- a/vars/edgeXBuildGoParallel.groovy +++ b/vars/edgeXBuildGoParallel.groovy @@ -273,7 +273,10 @@ def call(config) { stage('arm64') { when { beforeAgent true - expression { edgex.nodeExists(config, 'arm64') } + allOf { + expression { not { env.BRANCH_NAME ==~ /^PR-*/ } } + expression { edgex.nodeExists(config, 'arm64') } + } } agent { node {