File tree Expand file tree Collapse file tree 4 files changed +14
-16
lines changed Expand file tree Collapse file tree 4 files changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,7 @@ code_analyser:
17
17
- upm-ci project test --project-path Tools/CodeAnalyzerTestProject -u 2021.3
18
18
triggers :
19
19
cancel_old_ci : true
20
- pull_requests :
21
- - targets :
22
- only :
23
- - " develop"
20
+ expression : pull_request.(target eq "develop" AND NOT changes.all match "**/*.md")
24
21
artifacts :
25
22
UTR_Output.zip :
26
23
paths :
Original file line number Diff line number Diff line change @@ -12,7 +12,4 @@ check_formatting:
12
12
- perl unity-meta/Tools/Format/format.pl Assets Packages --dry-run
13
13
triggers :
14
14
cancel_old_ci : true
15
- pull_requests :
16
- - targets :
17
- only :
18
- - " develop"
15
+ expression : pull_request.(target eq "develop" AND NOT changes.all match "**/*.md")
Original file line number Diff line number Diff line change @@ -14,10 +14,7 @@ test_sample_projects_{{ editor.version }}:
14
14
- Editor=.Editor/Unity.app/Contents/MacOS/Unity Method=DryRun sh ExternalSampleProjects/publish.sh
15
15
triggers :
16
16
cancel_old_ci : true
17
- pull_requests :
18
- - targets :
19
- only :
20
- - " develop"
17
+ expression : pull_request.(target eq "develop" AND NOT changes.all match "**/*.md")
21
18
artifacts :
22
19
UTR_Output.zip :
23
20
paths :
Original file line number Diff line number Diff line change @@ -287,10 +287,17 @@ all_tests:
287
287
- .yamato/wrench/promotion-jobs.yml#publish_dry_run_inputsystem
288
288
triggers :
289
289
cancel_old_ci : true
290
- pull_requests :
291
- - targets :
292
- only :
293
- - " develop"
290
+ expression : pull_request.(target eq "develop" AND NOT 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_-_6000_0_-_windows
297
+ - .yamato/wrench/validation-jobs.yml#validate_-_inputsystem_-_6000_2_-_windows
298
+ triggers :
299
+ cancel_old_ci : true
300
+ expression : pull_request.(target eq "develop" AND changes.all match "**/*.md")
294
301
295
302
performance_tests_only :
296
303
name : All Performance Tests
You can’t perform that action at this time.
0 commit comments