Skip to content

Commit

Permalink
fix: Disable helm-docs action since it's still under development
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO committed Feb 27, 2025
1 parent 45fdd95 commit 2b094de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ on:
push:
branches: [ main ]
paths:
- 'helm/**'
- 'helm/**'

jobs:
helm:
name: Helm Docs
runs-on: ubuntu-latest
if: ${{ ! always() }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2b094de

Please sign in to comment.