Skip to content

Commit 0314e54

Browse files
committed
Only run 2021.3 tests on win platforms for PR trigger
1 parent 5bea80f commit 0314e54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.yamato/upm-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ all_tests:
271271
{% for platform in platforms_win %}
272272
- .yamato/upm-ci.yml#{{ platform.name }}_{{ editor.version }}_functional
273273
{% endfor %}
274+
{% unless editor == "2021.3" %}
274275
{% for platform in platforms_nix %}
275276
- .yamato/upm-ci.yml#{{ platform.name }}_{{ editor.version }}_functional
276277
{% endfor %}
@@ -283,6 +284,7 @@ all_tests:
283284
{% else %}
284285
- .yamato/upm-ci.yml#run_tvos_{{ editor.version }}_functional
285286
{% endif %}
287+
{% endunless %}
286288
{% endfor %}
287289
- .yamato/wrench/promotion-jobs.yml#publish_dry_run_inputsystem
288290
triggers:

0 commit comments

Comments
 (0)