ci: skip run test when target branch is docs-cloud

This commit is contained in:
haoranchen 2024-11-22 10:45:33 +08:00 committed by GitHub
parent 09cdc37945
commit 3809cdc556
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -450,8 +450,8 @@ pipeline {
stage('run test') {
when {
allOf {
not { expression { file_no_doc_changed == '' }}
expression {
file_no_doc_changed != '' && env.CHANGE_TARGET != 'docs-cloud'
}
}
parallel {