From bcc5ce142f87bcf1a24ef0cdc7e5d725052f6db8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 17 Feb 2022 16:19:51 +0100 Subject: [PATCH] Fix trigger of full CI on dependency bumps (#66738) --- .core_files.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.core_files.yaml b/.core_files.yaml index b6c20bf7542..2b9f1563d99 100644 --- a/.core_files.yaml +++ b/.core_files.yaml @@ -124,7 +124,7 @@ other: &other - .github/workflows/* - homeassistant/scripts/** -requirements: +requirements: &requirements - .github/workflows/* - homeassistant/package_constraints.txt - requirements*.txt @@ -135,4 +135,5 @@ any: - *components - *core - *other + - *requirements - *tests