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:
parent
979c4a6d70
commit
8047412c69
2 changed files with 2 additions and 101 deletions
4
.github/workflows/docker_test.yml
vendored
4
.github/workflows/docker_test.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue