From dc0d4763a013b560f0efe739923c413acbed866c Mon Sep 17 00:00:00 2001 From: Francisco Arceo Date: Thu, 24 Apr 2025 09:24:07 -0600 Subject: [PATCH] chore: Update External Providers CI to not run on changes to docs, rfcs, and scripts (#2009) # What does this PR do? Update External Providers CI to not run on changes to docs, rfcs, and scripts [//]: # (If resolving an issue, uncomment and update the line below) [//]: # (Closes #[issue-number]) ## Test Plan [Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.*] [//]: # (## Documentation) --------- Signed-off-by: Francisco Javier Arceo --- .github/workflows/test-external-providers.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test-external-providers.yml b/.github/workflows/test-external-providers.yml index f7801c8d3..7ba5924e5 100644 --- a/.github/workflows/test-external-providers.yml +++ b/.github/workflows/test-external-providers.yml @@ -5,6 +5,14 @@ on: branches: [ main ] pull_request: branches: [ main ] + paths: + - 'distributions/**' + - 'llama_stack/**' + - 'tests/integration/**' + - 'uv.lock' + - 'pyproject.toml' + - 'requirements.txt' + - '.github/workflows/test-external-providers.yml' # This workflow jobs: test-external-providers: