Hide simplistic editor from Beta CI (#2589)

Making CI work
pull/2588/head
Eric Windmill 7 months ago committed by GitHub
parent 6cf81895d1
commit 864153a3ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -29,6 +29,7 @@ declare -ar PROJECT_NAMES=(
"desktop_photo_search/fluent_ui"
"desktop_photo_search/material"
"dynamic_theme"
# TODO(ewindmill): package:html needs to be replaced by package:web
"experimental/federated_plugin/federated_plugin"
"experimental/federated_plugin/federated_plugin/example"
"experimental/federated_plugin/federated_plugin_macos"
@ -58,7 +59,8 @@ declare -ar PROJECT_NAMES=(
"provider_shopper"
"simple_shader"
"simplistic_calculator"
"simplistic_editor"
# TODO(ewindmill): 'scribble' is deprecated and shouldn't be used. Use stylusHandwriting instead.
# "simplistic_editor"
"testing_app"
"veggieseasons"
"web_embedding/element_embedding_demo"

@ -29,6 +29,7 @@ declare -ar PROJECT_NAMES=(
"desktop_photo_search/fluent_ui"
"desktop_photo_search/material"
"dynamic_theme"
# TODO(ewindmill): package:html needs to be replaced by package:web
"experimental/federated_plugin/federated_plugin"
"experimental/federated_plugin/federated_plugin/example"
"experimental/federated_plugin/federated_plugin_macos"

Loading…
Cancel
Save