Don't build boards for docs changes

This commit is contained in:
Scott Shawcroft 2022-08-10 16:31:50 -07:00
parent 5fe90ec204
commit 9c6c8b5d62
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -96,8 +96,8 @@ def set_boards_to_build(build_all):
if p in IGNORE: if p in IGNORE:
continue continue
# Boards don't run tests so ignore those as well. # Boards don't run tests or docs so ignore those as well.
if p.startswith("tests"): if p.startswith("tests") or p.startswith("docs"):
continue continue
# As a (nearly) last resort, for some certain files, we compute the settings from the # As a (nearly) last resort, for some certain files, we compute the settings from the