From 7f733f6eaecf1dc361546cc15772b5c0d594dc6e Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Mon, 22 Jun 2026 09:57:20 -0400 Subject: [PATCH] [python] run Petstore CI for lazy imports The Python Petstore workflow tests python-lazyImports in its matrix, but its pull-request path filter does not include that directory. A change confined to the lazy-import sample therefore receives no Python Petstore coverage. Add the missing path so the workflow runs whenever that sample changes. --- .github/workflows/samples-python-petstore.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/samples-python-petstore.yaml b/.github/workflows/samples-python-petstore.yaml index 071b80db5450..51b74e6c945f 100644 --- a/.github/workflows/samples-python-petstore.yaml +++ b/.github/workflows/samples-python-petstore.yaml @@ -6,6 +6,7 @@ on: - samples/openapi3/client/petstore/python-aiohttp/** - samples/openapi3/client/petstore/python-httpx/** - samples/openapi3/client/petstore/python/** + - samples/openapi3/client/petstore/python-lazyImports/** - .github/workflows/samples-python-petstore.yaml jobs: