Skip to content

Commit

Permalink
ci: lint ct, specify main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Sep 13, 2024
1 parent 2ef9c3b commit 2ddeef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-chart-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
fi
- name: Run chart-testing (lint)
run: ct lint --config ct.yaml
run: ct lint --config ct.yaml --target-branch ${{ github.event.repository.default_branch }}

- name: Create kind cluster
uses: helm/[email protected]
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install --config ct.yaml
run: ct install --config ct.yaml --target-branch ${{ github.event.repository.default_branch }}

publish:
needs: lint-test
Expand Down

0 comments on commit 2ddeef4

Please sign in to comment.