fix need deploy
Docker Build and Push / need-build (push) Successful in 3s
Docker Build and Push / need-deploy (push) Successful in 3s
Docker Build and Push / build (push) Has been skipped
Docker Build and Push / deploy (push) Has been skipped

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2026-07-10 22:18:36 +03:00
+1 -1
View File
@@ -72,7 +72,7 @@ jobs: # Список выполняемых джоб
deploy:
runs-on: ubuntu-latest
needs: need-deploy
if: needs.need-build.outputs.src_changed == 'true'
if: needs.need-deploy.outputs.src_changed == 'true'
steps:
- name: Checkout
uses: actions/checkout@v3