ci: убрать lint из needs deploy-job (#9)
Co-authored-by: МИН <maksimivankov26@yandex.ru> Co-committed-by: МИН <maksimivankov26@yandex.ru>
This commit is contained in:
parent
825fd5a35a
commit
615eac86fe
@ -109,7 +109,7 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
name: Deploy to S1 + S2
|
name: Deploy to S1 + S2
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||||
needs: [lint, build, secret-scan]
|
needs: [build, secret-scan]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user