You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .yamato/_triggers.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@
15
15
# Focuses on critical validation paths that we should validate before merging PRs
16
16
# Cancels previous runs on new commits
17
17
# 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
18
+
# Excludes running when changes are not touching package or testproject code (e.g. docs only changes)
20
19
21
20
# Nightly:
22
21
# This test validates same subset as pull_request_trigger with addition of mobile/console tests and webgl builds
0 commit comments