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 b50a7fb commit b93b1d0Copy full SHA for b93b1d0
tools/ci_set_matrix.py
@@ -195,7 +195,7 @@ def get_settings(board):
195
# Check supervisor files
196
# This is useful for limiting workflow changes to the relevant boards
197
if file.startswith("supervisor"):
198
- if file in settings["SRC_SUPERVISOR"]:
+ if file in settings.get("SRC_SUPERVISOR", ""):
199
boards_to_build.add(board)
200
continue
201
0 commit comments