Skip to content

Commit 1df5da9

Browse files
committed
removed Documentation check from trigger
1 parent 0bd1e4e commit 1df5da9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.yamato/_triggers.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ pull_request_trigger:
8181
(pull_request.target eq "develop" OR
8282
pull_request.target eq "develop-2.0.0" OR
8383
pull_request.target match "/release\/.*/") AND
84-
NOT pull_request.draft AND
85-
NOT push.changes.all match "**/Documentation~/**"
86-
84+
NOT pull_request.draft
8785
8886
# Run all tests on trunk on nightly basis.
8987
# Same subset as pull_request_trigger with addition of mobile/desktop/console tests and webgl builds

0 commit comments

Comments
 (0)