ci_set_matrix: changing conf.py should not rebuild all boards

This commit is contained in:
Jeff Epler 2023-08-23 07:22:28 -05:00
parent 96a3b884f6
commit 9064c6e7cb
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -45,6 +45,7 @@ from shared_bindings_matrix import (
# Files that never influence board builds
IGNORE_BOARD = {
".devcontainer",
"conf.py",
"docs",
"tests",
"tools/ci_changes_per_commit.py",