Skip to content

Commit ac00475

Browse files
committed
modification
1 parent 6040c38 commit ac00475

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.yamato/_triggers.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ initial_pull_request_trigger:
4343
dependencies:
4444
# Run fast checks that allow for detection of the simplest issues
4545
- .yamato/_run-all.yml#run_quick_checks
46-
- expression: dependencies..yamato/_run-all.yml#run_quick_checks.status == "success"
47-
dependencies:
48-
# Run all PR trigger tests. This will be executed ONLY IF the run_quick_checks dependency passes.
49-
- .yamato/_triggers.yml#extended_pull_request_trigger
5046
triggers:
5147
cancel_old_ci: true
5248
pull_requests:
@@ -80,6 +76,9 @@ extended_pull_request_trigger:
8076
# Run standalone test with mixture of parameters to make sure there are no obvious issues with most common platform (for example --fail-on-assert option is not present with package/project tests). We run 2 different combinations with different platform/editor/scripting backend.
8177
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_mac_il2cpp_trunk
8278
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_win_mono_6000.0
79+
triggers:
80+
cancel_old_ci: true
81+
expression: dependencies.initial_pull_request_trigger.status == "success"
8382

8483

8584
# Run all tests on trunk on nightly basis.

0 commit comments

Comments
 (0)