Skip to content

Commit 868a983

Browse files
committed
added comment for IGNORE_DIRS
1 parent f97925c commit 868a983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_set_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"tools/ci_check_duplicate_usb_vid_pid.py",
5959
]
6060

61+
# Files in these directories never influence board builds
6162
IGNORE_DIRS = ["tests", "docs", ".devcontainer"]
6263

6364
if len(sys.argv) > 1:
@@ -151,7 +152,6 @@ def get_settings(board):
151152
if p in IGNORE:
152153
continue
153154

154-
# Boards don't run tests or docs so ignore those as well.
155155
if any([p.startswith(d) for d in IGNORE_DIRS]):
156156
continue
157157

0 commit comments

Comments
 (0)