Skip to content

Commit cb925f7

Browse files
committed
fix wrong logic
1 parent 065e536 commit cb925f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/upm-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ performance_tests_only:
311311
- .yamato/upm-ci.yml#run_android_{{ editor.version }}_{{ backend.name }}_performance
312312
{% endfor %}
313313
- .yamato/upm-ci.yml#run_ios_{{ editor.version }}_performance
314-
{% unless editor.tvos_run_performance == "true" %}
314+
{% unless editor.tvos_run_performance == "false" %}
315315
- .yamato/upm-ci.yml#run_tvos_{{ editor.version }}_performance
316316
{% endunless %}
317317
{% endfor %} #editors

0 commit comments

Comments
 (0)