mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 04:37:31 +08:00
fix: Disable helm-docs action since it's still under development (#1828)
This commit is contained in:
3
.github/workflows/helm-docs.yaml
vendored
3
.github/workflows/helm-docs.yaml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user