Skip to content

Commit 17a51bd

Browse files
committed
Removed standards check since it's present in Initial checks
1 parent 9a2d227 commit 17a51bd

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
@@ -42,12 +42,10 @@
4242
# In order to have better coverage we run desktop standalone tests with different configurations which allows to mostly cover for different platforms, scripting backends and editor versions.
4343
# This job will FIRST run "run_quick_checks" jobs (defined in _run-all.yml) since it's the dependency of project pack jobs which is on the lowest dependency tier. This runs the fastest checks (like PVP or code standards) and ONLY IF those pass it will run the rest of the tests.
4444
# This optimization allows to speed up feedback look for any "obvious" errors and save resources.
45-
# Since standards job is a part of initial checks it's not present as direct dependency here
45+
# Since standards job is a part of initial checks it's not present as direct dependency here!!!!!!!!!!!!!!!!!!!!
4646
pull_request_trigger:
4747
name: Pull Request Trigger (develop, develop-2.0.0, & release branches)
4848
dependencies:
49-
# Run project standards to verify package/default project
50-
- .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
5149
# Run package EditMode and Playmode package tests on trunk
5250
- .yamato/_run-all.yml#run_all_package_tests_trunk
5351
# Run package EditMode and Playmode package tests on minimum supported editor (6000.0 in case of NGOv2.X)

0 commit comments

Comments
 (0)