From 33df85cc0c977ab35e2083eab40ab35ed44a9b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Wed, 16 Mar 2022 21:55:21 +0100 Subject: [PATCH] chore: remove check-helm-docs workflow (#3408) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .github/workflows/helm-check-docs.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/helm-check-docs.yaml diff --git a/.github/workflows/helm-check-docs.yaml b/.github/workflows/helm-check-docs.yaml deleted file mode 100644 index fd0ace1519..0000000000 --- a/.github/workflows/helm-check-docs.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: helm-check-docs - -on: - pull_request: - branches: - - main - - release* - paths: - - charts/** - - .github/workflows/helm-check-docs.yaml - -jobs: - check-helm-docs: - name: Check Helm docs - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Check docs are up to date - run: make check-helm-docs