Skip to content

Commit 98f93e9

Browse files
committed
corrected the expression
1 parent 111e55b commit 98f93e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.yamato/_triggers.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ pull_request_trigger:
7575
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_win_il2cpp_6000.0
7676
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_trunk
7777
triggers:
78-
cancel_old_ci: true
7978
expression: |-
80-
pull_request.comment eq "ngo"
79+
pull_request.comment eq "ngo" AND
80+
NOT pull_request.changes.all match "**/Documentation~/**"
81+
cancel_old_ci: true
8182

8283
# Run all tests on trunk on nightly basis.
8384
# Same subset as pull_request_trigger with addition of mobile/desktop/console tests and webgl builds

0 commit comments

Comments
 (0)