fix: Disable helm-docs action since it's still under development (#1828)

This commit is contained in:
Kent Dong
2025-02-28 13:36:44 +08:00
committed by GitHub
parent 5bece9c8ef
commit a2b8f9a646
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ on:
push: push:
branches: [ main ] branches: [ main ]
paths: paths:
- 'helm/**' - 'helm/**'
jobs: jobs:
helm: helm:
@@ -39,6 +39,7 @@ jobs:
rm -f ./helm-docs rm -f ./helm-docs
translate-readme: translate-readme:
if: ${{ ! always() }}
needs: helm needs: helm
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -2,4 +2,4 @@
Installs the core components of cloud-native gateway [Higress](http://higress.io/) 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. **Note:** It is highly recommended to install the whole package of Higress. Please visit https://higress.io/docs/user/quickstart/ for details.