diff --git a/.idf_ci.toml b/.idf_ci.toml index 618e526481..5931d267d7 100644 --- a/.idf_ci.toml +++ b/.idf_ci.toml @@ -1,4 +1,5 @@ preserve_non_test_related_apps = false +filter_non_test_related_apps_by_modified_files = true exclude_dirs = [ 'tools/test_mkdfu', 'tools/test_idf_size', diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6bb22f4da7..6020a58ae1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -233,7 +233,7 @@ repos: - id: check-kconfig-files - id: check-deprecated-kconfig-options - repo: https://github.com/espressif/idf-ci - rev: v1.0.0 + rev: v1.0.2 hooks: - id: check-tests-missing-config - files: 'pytest_.*\.py$|sdkconfig(\..*)?$' + files: 'pytest_.*\.py$|sdkconfig(\..*)?$|\.idf_build_apps\.toml$|\.idf_ci\.toml$'