swapping to paths instead of paths-ignore to be consistent with the integragtion and unit tests

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
Francisco Javier Arceo 2025-04-24 08:56:55 -04:00
parent 4ac7ead646
commit bcc77f829c

View file

@ -5,10 +5,14 @@ on:
branches: [ main ] branches: [ main ]
pull_request: pull_request:
branches: [ main ] branches: [ main ]
paths-ignore: paths:
- 'docs/**' - 'distributions/**'
- 'rfcs/**' - 'llama_stack/**'
- 'scripts/**/' - 'tests/integration/**'
- 'uv.lock'
- 'pyproject.toml'
- 'requirements.txt'
- '.github/workflows/integration-tests.yml' # This workflow
jobs: jobs:
test-external-providers: test-external-providers: