Merge pull request #243 from langflow-ai/ci-integration-efficiency

only run integration tests on PR not merge to main
This commit is contained in:
Sebastián Estévez 2025-10-09 13:25:26 -04:00 committed by GitHub
commit c6f2cf5945
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,15 +8,6 @@ on:
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/test-integration.yml'
push:
branches:
- main
paths:
- 'src/**.py'
- 'tests/**.py'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/test-integration.yml'
jobs:
tests: