diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7b56dee3..795dafd8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -214,6 +214,8 @@ jobs: update-deployments-k8s: name: Update deployments-k8s runs-on: ubuntu-latest + needs: + - pushImage if: github.repository != 'networkservicemesh/cmd-template' && github.actor == 'nsmbot' && github.base_ref == 'master' && github.event_name == 'pull_request' steps: - name: Checkout ${{ github.repository }}