fix: docker test trigger for poetry is wrong now is uv (#6743)

also delete useless actions yml for now

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
yihong 2025-03-13 08:33:41 +08:00 committed by GitHub
commit 8047412c69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 101 deletions

View file

@ -5,7 +5,7 @@ on:
branches: [main]
paths:
- "docker/**"
- "poetry.lock"
- "uv.lock"
- "pyproject.toml"
- "src/backend/**"
- ".github/workflows/docker_test.yml"
@ -13,7 +13,7 @@ on:
branches: [dev]
paths:
- "docker/**"
- "poetry.lock"
- "uv.lock"
- "pyproject.toml"
- "src/**"
- ".github/workflows/docker_test.yml"