ci_set_matrix: no need to expand the value of CIRCUITPY_WEB_WORKFLOW

This is now done by the way shared_bindings_matrix.py invokes make.
This commit is contained in:
Jeff Epler 2023-09-27 21:35:00 -05:00
parent e40abda1bc
commit 8b84edfdde
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 0 additions and 3 deletions

View File

@ -203,9 +203,6 @@ def set_boards(build_all: bool):
if file.startswith("supervisor/shared/web_workflow/static/"):
web_workflow = settings["CIRCUITPY_WEB_WORKFLOW"]
while web_workflow.startswith("$("):
web_workflow = settings[web_workflow[2:-1]]
if web_workflow != "0":
boards_to_build.add(board)
continue