diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da53f8e..7087e06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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