File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -287,10 +287,19 @@ all_tests:
287287 - .yamato/wrench/promotion-jobs.yml#publish_dry_run_inputsystem
288288 triggers :
289289 cancel_old_ci : true
290- pull_requests :
291- - targets :
292- only :
293- - " develop"
290+ expression : pull_request.(target eq "develop" AND NOT push.changes.all match "**/*.md")
291+
292+ tests_for_doc_changes :
293+ name : Tests for Documentation Changes
294+ dependencies :
295+ - .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_2021_3_-_windows
296+ - .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_2022_3_-_windows
297+ - .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_0_-_windows
298+ - .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_1_-_windows
299+ - .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_2_-_windows
300+ triggers :
301+ cancel_old_ci : true
302+ expression : pull_request.(target eq "develop" AND push.changes.all match "**/*.md")
294303
295304performance_tests_only :
296305 name : All Performance Tests
You can’t perform that action at this time.
0 commit comments