diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index 05c19c5e71..201aa7cc8b 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -74,6 +74,7 @@ pipeline { } } stage('Upload') { + when { expression { cmn.getBuildType() != 'release' } } steps { script { /* e2e builds get tested in SauceLabs */