From f27bc218626d940d56dcf0b16c3efe5fb71168c5 Mon Sep 17 00:00:00 2001 From: Seungpyo Hong Date: Tue, 14 Jul 2026 05:01:50 +0000 Subject: [PATCH] fix(ci): scope pip cache dependency lookup --- .github/workflows/techapi-pr-validation-comment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/techapi-pr-validation-comment.yml b/.github/workflows/techapi-pr-validation-comment.yml index 0a784c6..340b79e 100644 --- a/.github/workflows/techapi-pr-validation-comment.yml +++ b/.github/workflows/techapi-pr-validation-comment.yml @@ -63,6 +63,9 @@ jobs: with: python-version: "3.12" cache: pip + # Avoid the default whole-workspace manifest search after the large + # TechAPI PR and main worktrees have been checked out. + cache-dependency-path: pyproject.toml - name: Detect TechAPI homepage changes id: site_changes