Skip to content

Commit f27bc21

Browse files
committed
fix(ci): scope pip cache dependency lookup
1 parent 6432fbb commit f27bc21

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/techapi-pr-validation-comment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
with:
6464
python-version: "3.12"
6565
cache: pip
66+
# Avoid the default whole-workspace manifest search after the large
67+
# TechAPI PR and main worktrees have been checked out.
68+
cache-dependency-path: pyproject.toml
6669

6770
- name: Detect TechAPI homepage changes
6871
id: site_changes

0 commit comments

Comments
 (0)