Skip to content

Commit

Permalink
chore: disable chart installation
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Mar 21, 2024
1 parent eb14d8c commit e22bce5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
- name: run chart-testing (lint)
run: ct lint --all

- name: create kind cluster
uses: helm/kind-action@v1.9.0

- name: run chart-testing (install)
run: ct install --all

release:
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
Expand Down

0 comments on commit e22bce5

Please sign in to comment.