We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111e55b commit 98f93e9Copy full SHA for 98f93e9
.yamato/_triggers.yml
@@ -75,9 +75,10 @@ pull_request_trigger:
75
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_win_il2cpp_6000.0
76
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_trunk
77
triggers:
78
- cancel_old_ci: true
79
expression: |-
80
- pull_request.comment eq "ngo"
+ pull_request.comment eq "ngo" AND
+ NOT pull_request.changes.all match "**/Documentation~/**"
81
+ cancel_old_ci: true
82
83
# Run all tests on trunk on nightly basis.
84
# Same subset as pull_request_trigger with addition of mobile/desktop/console tests and webgl builds
0 commit comments