Merge pull request #28886 from taosdata/tomchon-patch-4

ci: skip run test when target branch is docs-cloud
This commit is contained in:
Ya Qiang Li 2024-11-22 10:54:19 +08:00 committed by GitHub
commit 3a61a54e43
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') { stage('run test') {
when { when {
allOf { expression {
not { expression { file_no_doc_changed == '' }} file_no_doc_changed != '' && env.CHANGE_TARGET != 'docs-cloud'
} }
} }
parallel { parallel {