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