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:
Jeff Epler 2023-08-23 08:25:17 -05:00 committed by GitHub
commit 2a5b938e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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",