From 6ee1fa8c368fdc8598ab5f5092e2aaa2d0cad998 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sun, 12 Jul 2026 15:43:11 +0000 Subject: [PATCH] Also take components into account for cache --- .github/workflows/compile-all.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-all.yaml b/.github/workflows/compile-all.yaml index 2112217..e45235e 100644 --- a/.github/workflows/compile-all.yaml +++ b/.github/workflows/compile-all.yaml @@ -32,7 +32,7 @@ jobs: uses: actions/cache@v4 with: path: .esphome - key: esphome-${{ hashFiles('*.yaml', 'templates/*.yaml') }} + key: esphome-${{ hashFiles('*.yaml', 'templates/*.yaml', 'components/**') }} restore-keys: esphome- # Uses the ci shell, which installs esphome via pipx at the exact version