ci: always run required checks (#2395)

This commit is contained in:
Nicolò Boschi 2024-06-27 13:22:17 +02:00 committed by GitHub
commit bcf5807262
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 15 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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]