Skip to content

Commit f98e752

Browse files
committed
corrected PR trigger
1 parent b32c140 commit f98e752

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.yamato/_triggers.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ pr_code_changes_checks:
7575
# Run API validation to early-detect all new APIs that would force us to release new minor version of the package. Note that for this to work the package version in package.json must correspond to "actual package state" which means that it should be higher than last released version
7676
- .yamato/vetting-test.yml#vetting_test
7777

78-
# Run package EditMode and Playmode package tests on trunk and the minimal supported editor (6000.0.0f1)
78+
# Run package EditMode and Playmode package tests on trunk and the minimal supported editor
7979
- .yamato/package-tests.yml#package_test_-_ngo_trunk_mac
80-
- .yamato/package-tests.yml#package_test_-_ngo_6000.0.0f1_win
80+
- .yamato/package-tests.yml#package_test_-_ngo_{{ validation_editors.minimal }}_win
8181

82-
# Run testproject EditMode and Playmode project tests on trunk and the minimal supported editor (6000.0.0f1)
82+
# Run testproject EditMode and Playmode project tests on trunk and the minimal supported editor
8383
- .yamato/project-tests.yml#test_testproject_win_trunk
84-
- .yamato/project-tests.yml#test_testproject_mac_6000.0.0f1
84+
- .yamato/project-tests.yml#test_testproject_mac_{{ validation_editors.minimal }}
8585

8686
# Run standalone test. We run it only on Ubuntu since it's the fastest machine, and it was noted that for example distribution on macOS is taking 40m since we switched to Apple Silicon
8787
# Coverage on other standalone machines is present in Nightly job so it's enough to not run all of them for PRs

0 commit comments

Comments
 (0)