From cb5d0911a3f4942246e88c8f3a9586f0e733514a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 9 Feb 2023 10:15:31 +0100 Subject: [PATCH] Trigger full CI on recorder test changes --- .core_files.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.core_files.yaml b/.core_files.yaml index 65da342ea50bf7..12ce182e5dd281 100644 --- a/.core_files.yaml +++ b/.core_files.yaml @@ -114,6 +114,7 @@ tests: &tests - tests/auth/** - tests/backports/** - tests/common.py + - tests/components/recorder/** - tests/conftest.py - tests/hassfest/** - tests/helpers/**