ci: always run required checks (#2395)
This commit is contained in:
parent
7af8b6bd9f
commit
bcf5807262
3 changed files with 1 additions and 15 deletions
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue