From 5fedcf6f978cc8cfb88a42ff86c2e11e00756bc7 Mon Sep 17 00:00:00 2001 From: Christian Mesh Date: Wed, 10 Jan 2024 09:48:27 -0500 Subject: [PATCH] Getting intermittent issues running this on github, disabling for now (#1090) Signed-off-by: Christian Mesh --- .github/workflows/checks.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index edbc055488..6bcf5a2eba 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -232,13 +232,13 @@ jobs: path: ".licensei.cache" key: licensei-cache-${{ hashFiles('go.sum') }} - installation-instructions: - name: "Test Installation Instructions" - runs-on: ubuntu-latest - - steps: - - name: "Fetch source code" - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - - - name: "Run Installation Instructions Test" - run: make test-linux-install-instructions +# installation-instructions: +# name: "Test Installation Instructions" +# runs-on: ubuntu-latest +# +# steps: +# - name: "Fetch source code" +# uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 +# +# - name: "Run Installation Instructions Test" +# run: make test-linux-install-instructions