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:
commit
c6f2cf5945
1 changed files with 0 additions and 9 deletions
9
.github/workflows/test-integration.yml
vendored
9
.github/workflows/test-integration.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue