mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 01:22:23 +08:00
ci: always run required checks (#2395)
This commit is contained in:
5
.github/workflows/lint-py.yml
vendored
5
.github/workflows/lint-py.yml
vendored
@ -3,11 +3,6 @@ name: Lint Python
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
paths:
|
||||
- "poetry.lock"
|
||||
- "pyproject.toml"
|
||||
- "src/backend/**"
|
||||
- "tests/**"
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
env:
|
||||
|
||||
4
.github/workflows/python_test.yml
vendored
4
.github/workflows/python_test.yml
vendored
@ -4,10 +4,6 @@ on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
branches: [dev, main]
|
||||
paths:
|
||||
- "poetry.lock"
|
||||
- "pyproject.toml"
|
||||
- "src/backend/**"
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
env:
|
||||
|
||||
7
.github/workflows/style-check-py.yml
vendored
7
.github/workflows/style-check-py.yml
vendored
@ -1,12 +1,7 @@
|
||||
name: Ruff Style Check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "poetry.lock"
|
||||
- "pyproject.toml"
|
||||
- "src/backend/**"
|
||||
- "tests/**"
|
||||
pull_request: {}
|
||||
merge_group:
|
||||
branches: [dev]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user