Skip to content

Commit a2b8f9a

Browse files
authored
fix: Disable helm-docs action since it's still under development (#1828)
1 parent 5bece9c commit a2b8f9a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/helm-docs.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
push:
1111
branches: [ main ]
1212
paths:
13-
- 'helm/**'
13+
- 'helm/**'
1414

1515
jobs:
1616
helm:
@@ -39,6 +39,7 @@ jobs:
3939
rm -f ./helm-docs
4040
4141
translate-readme:
42+
if: ${{ ! always() }}
4243
needs: helm
4344
runs-on: ubuntu-latest
4445

helm/core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Installs the core components of cloud-native gateway [Higress](http://higress.io/)
44

5-
**Note:** It is highly recommended to install the whole package of Higress. Please visit https://higress.io/docs/user/quickstart/ for details.
5+
**Note:** It is highly recommended to install the whole package of Higress. Please visit https://higress.io/docs/user/quickstart/ for details.

0 commit comments

Comments
 (0)