From a4631887a7c471b14a419b26d3ac67d5e06e67de Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Mon, 11 Jan 2021 08:52:39 -0600 Subject: [PATCH] Update from update/networkservicemesh/cmd-template --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7b56dee..795dafd 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 }}