Skip to content

Commit 9a2d227

Browse files
committed
Corrected standards dependency
1 parent cdf6b00 commit 9a2d227

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.yamato/_triggers.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pull_request_trigger:
4747
name: Pull Request Trigger (develop, develop-2.0.0, & release branches)
4848
dependencies:
4949
# Run project standards to verify package/default project
50-
- .yamato/project-standards.yml#standards_ubuntu_testproject_6000.0
50+
- .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
5151
# Run package EditMode and Playmode package tests on trunk
5252
- .yamato/_run-all.yml#run_all_package_tests_trunk
5353
# Run package EditMode and Playmode package tests on minimum supported editor (6000.0 in case of NGOv2.X)
@@ -83,7 +83,6 @@ develop_nightly:
8383
dependencies:
8484
# Run project standards to verify package/default project
8585
- .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
86-
- .yamato/project-standards.yml#standards_ubuntu_testproject_6000.0
8786
# Run APV jobs to make sure the change won't break any dependants
8887
- .yamato/wrench/preview-a-p-v.yml#all_preview_apv_jobs
8988
# Run package EditMode and Playmode tests on desktop platforms on trunk and 6000.0

0 commit comments

Comments
 (0)