Merge pull request #8325 from jepler/ci-matrix-docs-conf
ci_set_matrix: changing conf.py should not rebuild all boards
This commit is contained in:
commit
2a5b938e37
|
@ -45,6 +45,7 @@ from shared_bindings_matrix import (
|
||||||
# Files that never influence board builds
|
# Files that never influence board builds
|
||||||
IGNORE_BOARD = {
|
IGNORE_BOARD = {
|
||||||
".devcontainer",
|
".devcontainer",
|
||||||
|
"conf.py",
|
||||||
"docs",
|
"docs",
|
||||||
"tests",
|
"tests",
|
||||||
"tools/ci_changes_per_commit.py",
|
"tools/ci_changes_per_commit.py",
|
||||||
|
|
Loading…
Reference in New Issue