We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40abda commit 8b84edfCopy full SHA for 8b84edf
tools/ci_set_matrix.py
@@ -203,9 +203,6 @@ def get_settings(board):
203
if file.startswith("supervisor/shared/web_workflow/static/"):
204
web_workflow = settings["CIRCUITPY_WEB_WORKFLOW"]
205
206
- while web_workflow.startswith("$("):
207
- web_workflow = settings[web_workflow[2:-1]]
208
-
209
if web_workflow != "0":
210
boards_to_build.add(board)
211
continue
0 commit comments