ci: убрать lint из needs deploy-job (#9)
Some checks failed
CI / Lint (push) Failing after 1m10s
CI / Build (push) Successful in 2m6s
CI / Secret scan (push) Successful in 2m30s
CI / PR size check (push) Has been skipped
CI / Deploy to S1 + S2 (push) Failing after 2m6s

Co-authored-by: МИН <maksimivankov26@yandex.ru>
Co-committed-by: МИН <maksimivankov26@yandex.ru>
This commit is contained in:
МИН 2026-05-29 04:32:46 +00:00 committed by min
parent 825fd5a35a
commit 615eac86fe

View File

@ -109,7 +109,7 @@ jobs:
deploy:
name: Deploy to S1 + S2
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs: [lint, build, secret-scan]
needs: [build, secret-scan]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3