ci(infra): expand integration tests dispatch dropdown to external partners (#37614)

Adds `aws`, `google-genai`, and `google-vertexai` to the manual-run
`working-directory` dropdown on the ` Integration Tests` workflow.
These partners live in external repos (`langchain-ai/langchain-google`,
`langchain-ai/langchain-aws`) and were previously only reachable via the
free-form `working-directory-override` input despite the job already
checking them out into `libs/partners/`.
This commit is contained in:
Mason Daugherty
2026-05-21 14:15:20 -05:00
committed by GitHub
parent 269d628d9c
commit 74cecb4774

View File

@@ -27,10 +27,13 @@ on:
- "standard-tests" - "standard-tests"
- "model-profiles" - "model-profiles"
- "anthropic" - "anthropic"
- "aws"
- "chroma" - "chroma"
- "deepseek" - "deepseek"
- "exa" - "exa"
- "fireworks" - "fireworks"
- "google-genai"
- "google-vertexai"
- "groq" - "groq"
- "huggingface" - "huggingface"
- "mistralai" - "mistralai"