File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,13 @@ pull_request_trigger:
77
77
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_win_il2cpp_6000.0
78
78
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_trunk
79
79
triggers :
80
+ # Note that PR tests will run ONLY if we are changing package/sample code. If changes are let's say docs only no tests will be triggered
81
+ # TODO: consider setting up and running tests from Examples/
82
+ # TODO: or docs only changes are spelling/link check
80
83
expression : |-
81
84
pull_request.comment eq "ngo" AND
82
- NOT pull_request.changes.all match "**/Documentation~/**"
85
+ (pull_request.changes.any match "com.unity.netcode.gameobjects/**" OR
86
+ pull_request.changes.any match "testproject/**")
83
87
cancel_old_ci : true
84
88
85
89
# Run all tests on trunk on nightly basis.
You can’t perform that action at this time.
0 commit comments