mirror of
https://github.com/alibaba/higress.git
synced 2026-02-27 14:10:51 +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:
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user