ci: убрать lint из needs deploy-job #9

Merged
min merged 1 commits from fix/ci-deploy-needs-no-lint into main 2026-05-29 04:32:47 +00:00
Showing only changes of commit 5284f8aa19 - Show all commits

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