From 3ada694606ee9ff1aab2c8bef1fe48316c118ae4 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 2 Nov 2021 13:48:37 -0500 Subject: [PATCH] Add cmd-admission-webhook-k8s to dependent repos Signed-off-by: Ed Warnicke --- .github/workflows/update-dependent-repositories-gomod.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-dependent-repositories-gomod.yaml b/.github/workflows/update-dependent-repositories-gomod.yaml index cd0c8948d..ef954d46f 100644 --- a/.github/workflows/update-dependent-repositories-gomod.yaml +++ b/.github/workflows/update-dependent-repositories-gomod.yaml @@ -24,6 +24,7 @@ jobs: - cmd-registry-proxy-dns - cmd-nse-vfio - cmd-nsc-init + - cmd-admission-webhook-k8s name: Update ${{ matrix.repository }} runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor == 'nsmbot' || github.event_name == 'push' }}