diff --git a/vars/edgeXBuildGoApp.groovy b/vars/edgeXBuildGoApp.groovy index f42d1fc1..ed8ccd0b 100644 --- a/vars/edgeXBuildGoApp.groovy +++ b/vars/edgeXBuildGoApp.groovy @@ -300,6 +300,7 @@ def call(config) { stage('arm64') { when { beforeAgent true + expression { !env.GIT_BRANCH.startsWith('PR-') } expression { edgex.nodeExists(config, 'arm64') } } agent {