Skip to content

Commit e648573

Browse files
committed
ci(ai): Only run mock responses check on AI PRs
1 parent 22e0a1a commit e648573

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check-vertexai-responses.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414

1515
name: Check Vertex AI Responses
1616

17-
on: pull_request
17+
on:
18+
pull_request:
19+
paths:
20+
- 'packages/ai/**'
1821

1922
jobs:
2023
check-version:

0 commit comments

Comments
 (0)