This commit is contained in:
Oleg Lobanov 2024-04-24 22:47:59 +02:00
parent 57a1010c93
commit 3c4bca160d
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
- run: make lint-backend - run: make lint-backend
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [lint-frontend, lint-backend, lint-commits] needs: [lint-frontend, lint-backend]
steps: steps:
- run: echo "done" - run: echo "done"

View File

@ -4,6 +4,7 @@ on:
pull_request_target: pull_request_target:
types: types:
- opened - opened
- reopened
- edited - edited
- synchronize - synchronize