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:
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