Skip to content

Commit 9473b7d

Browse files
committed
comment correction
1 parent db38c3c commit 9473b7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.yamato/_triggers.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@
99
# Each pattern represents different balance between validation depth, execution time and CI resource usage
1010

1111
# TRIGGER PATTERNS-------------------------------------------------------------------
12+
1213
# Pull Request:
1314
# This test validates Standards, Package tests, Project tests and Desktop standalone tests to ensure that main platforms are covered
1415
# Triggers on PRs to develop, develop, and release branches
1516
# Focuses on critical validation paths that we should validate before merging PRs
1617
# Cancels previous runs on new commits
1718
# Excludes draft PRs
18-
# Excludes running when changes ONLY touching documentation files
19-
# Requires `/ci ngo` or `/ci ignore` comment to trigger the job. This was implemented and explained in https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/pull/3577
20-
19+
# Excludes running when changes are not touching package or testproject code (e.g. docs only changes)
2120

2221
# Nightly:
2322
# This test validates same subset as pull_request_trigger with addition of mobile/console tests and webgl builds

0 commit comments

Comments
 (0)