We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97925c commit 868a983Copy full SHA for 868a983
1 file changed
tools/ci_set_matrix.py
@@ -58,6 +58,7 @@
58
"tools/ci_check_duplicate_usb_vid_pid.py",
59
]
60
61
+# Files in these directories never influence board builds
62
IGNORE_DIRS = ["tests", "docs", ".devcontainer"]
63
64
if len(sys.argv) > 1:
@@ -151,7 +152,6 @@ def get_settings(board):
151
152
if p in IGNORE:
153
continue
154
- # Boards don't run tests or docs so ignore those as well.
155
if any([p.startswith(d) for d in IGNORE_DIRS]):
156
157
0 commit comments