Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
Signed-off-by: bg-furiosa <[email protected]>
  • Loading branch information
bg-furiosa committed Oct 3, 2024
1 parent d143657 commit 2c802cc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/examine_pr_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fetch-depth: 0
- name: setup helm env
uses: helm/[email protected]
#- name: helm lint
# run: ct lint --validate-maintainers=false --target-branch main
- name: helm lint
run: ct lint --validate-maintainers=false --target-branch main

chart-test-with-kind:
needs: chart-lint
Expand All @@ -31,18 +31,12 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: create kind cluster
uses: helm/[email protected]
with:
cluster_name: helm-charts-test-${{ matrix.k8s-version }}
config: .github/workflows/kind_config/kind_${{ matrix.k8s-version }}.yaml
kubectl_version: ${{ matrix.k8s-version }}
#- name: Set up Helm
# uses: azure/setup-helm@v3
# with:
# version: v3.12.1
- name: setup helm env
uses: helm/[email protected]
- name: Add dependency chart repos
Expand Down

0 comments on commit 2c802cc

Please sign in to comment.