From a2b8f9a646347b0cf39f7bbbda571d57d32645dd Mon Sep 17 00:00:00 2001 From: Kent Dong Date: Fri, 28 Feb 2025 13:36:44 +0800 Subject: [PATCH] fix: Disable helm-docs action since it's still under development (#1828) --- .github/workflows/helm-docs.yaml | 3 ++- helm/core/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-docs.yaml b/.github/workflows/helm-docs.yaml index d4637dbe1..6ed5937fe 100644 --- a/.github/workflows/helm-docs.yaml +++ b/.github/workflows/helm-docs.yaml @@ -10,7 +10,7 @@ on: push: branches: [ main ] paths: - - 'helm/**' + - 'helm/**' jobs: helm: @@ -39,6 +39,7 @@ jobs: rm -f ./helm-docs translate-readme: + if: ${{ ! always() }} needs: helm runs-on: ubuntu-latest diff --git a/helm/core/README.md b/helm/core/README.md index fdd3e61a7..0ccad6dfb 100644 --- a/helm/core/README.md +++ b/helm/core/README.md @@ -2,4 +2,4 @@ Installs the core components of cloud-native gateway [Higress](http://higress.io/) -**Note:** It is highly recommended to install the whole package of Higress. Please visit https://higress.io/docs/user/quickstart/ for details. \ No newline at end of file +**Note:** It is highly recommended to install the whole package of Higress. Please visit https://higress.io/docs/user/quickstart/ for details.