From ebdf9cfe5d902f4357463dcf7ef85f11b7401fbc Mon Sep 17 00:00:00 2001 From: Ivan Osipov Date: Tue, 24 Sep 2024 14:21:34 +0400 Subject: [PATCH] Delete extra dependencies from workflow (#1579) * Delete extra dependencies from workflow Signed-off-by: Ivan Osipov * Delete extra dependencies from workflow Signed-off-by: Ivan Osipov --------- Signed-off-by: Ivan Osipov --- .github/workflows/release.yaml | 2 -- .github/workflows/update-dependent-repositories-gomod.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5fb8e749f..7997b288b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,10 +50,8 @@ jobs: "cmd-registry-proxy-dns", "cmd-nse-remote-vlan", "cmd-nse-vfio", - "cmd-nsc-init", "cmd-ipam-vl3", "cmd-map-ip-k8s", - "cmd-admission-webhook-k8s", "cmd-cluster-info-k8s", "cmd-csi-driver", "cmd-dashboard-backend"] diff --git a/.github/workflows/update-dependent-repositories-gomod.yaml b/.github/workflows/update-dependent-repositories-gomod.yaml index 0e51acd1d..0acbe64e7 100644 --- a/.github/workflows/update-dependent-repositories-gomod.yaml +++ b/.github/workflows/update-dependent-repositories-gomod.yaml @@ -17,10 +17,8 @@ jobs: "cmd-registry-proxy-dns", "cmd-nse-vfio", "cmd-nse-remote-vlan", - "cmd-nsc-init", "cmd-ipam-vl3", "cmd-map-ip-k8s", - "cmd-admission-webhook-k8s", "cmd-cluster-info-k8s", "cmd-csi-driver", "cmd-dashboard-backend"]