From 14c19a24567cc5bdccc606e2d8f8ec7919be5cc4 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 9 Feb 2023 10:19:39 +0100 Subject: [PATCH] Trigger full CI on recorder test changes (#87764) --- .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/**