We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bece9c commit a2b8f9aCopy full SHA for a2b8f9a
.github/workflows/helm-docs.yaml
@@ -10,7 +10,7 @@ on:
10
push:
11
branches: [ main ]
12
paths:
13
- - 'helm/**'
+ - 'helm/**'
14
15
jobs:
16
helm:
@@ -39,6 +39,7 @@ jobs:
39
rm -f ./helm-docs
40
41
translate-readme:
42
+ if: ${{ ! always() }}
43
needs: helm
44
runs-on: ubuntu-latest
45
helm/core/README.md
@@ -2,4 +2,4 @@
2
3
Installs the core components of cloud-native gateway [Higress](http://higress.io/)
4
5
-**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.
0 commit comments