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 ]
pull_request:
branches: [ main ]
paths-ignore:
- 'docs/**'
- 'rfcs/**'
- 'scripts/**/'
paths:
- 'distributions/**'
- 'llama_stack/**'
- 'tests/integration/**'
- 'uv.lock'
- 'pyproject.toml'
- 'requirements.txt'
- '.github/workflows/integration-tests.yml' # This workflow
jobs:
test-external-providers: