From 4c1bedb21238e8dfae6fa573c0c27eed84f41eb1 Mon Sep 17 00:00:00 2001 From: denis-tingaikin Date: Thu, 14 Dec 2023 16:23:22 +0300 Subject: [PATCH] Disable Go mod-check since it doesn't work on CI Signed-off-by: denis-tingaikin --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fb87d166..b57a643b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,8 +26,8 @@ jobs: with: allowed_repositories: "api, sdk, sdk-k8s, sdk-kernel, sdk-sriov, sdk-vpp, govpp, vpphelper" - checkgomod: - uses: networkservicemesh/.github/.github/workflows/checkgomod.yaml@main + # checkgomod: + # uses: networkservicemesh/.github/.github/workflows/checkgomod.yaml@main gogenerate: uses: networkservicemesh/.github/.github/workflows/cmd-gogenerate.yaml@main