diff --git a/.github/workflows/helm-docs.yaml b/.github/workflows/helm-docs.yaml index d4637dbe1b..6ed5937fe3 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 fdd3e61a79..0ccad6dfb4 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.