Skip to content

Commit a15fd59

Browse files
committed
Removed project standards dependency from PR trigger
1 parent 433cb08 commit a15fd59

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
@@ -40,11 +40,10 @@
4040

4141
# Run all relevant tasks when a pull request targeting the develop or release branch is created or updated.
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.
43+
# Since standards job is a part of initial checks it's not present as direct dependency here
4344
pull_request_trigger:
4445
name: Pull Request Trigger (develop, develop-2.0.0, & release branches)
4546
dependencies:
46-
# Run project standards to verify package/default project. This is fine to just run for trunk
47-
- .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
4847
# Run package EditMode and Playmode package tests on trunk
4948
- .yamato/_run-all.yml#run_all_package_tests_trunk
5049
# Run package EditMode and Playmode package tests on minimum supported editor (2021.3 in case of NGOv1.X)

0 commit comments

Comments
 (0)