Skip to content

Commit

Permalink
fix example workflow (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Weyrich <jan.weyrich@protonmail.com>
  • Loading branch information
CrowdSalat committed Mar 24, 2023
1 parent a153a59 commit 4c22ea3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install
run: ct install --target-branch ${{ github.event.repository.default_branch }}
if: steps.list-changed.outputs.changed == 'true'

```

This uses [`helm/kind-action`](https://www.github.com/helm/kind-action) GitHub Action to spin up a [kind](https://kind.sigs.k8s.io/) Kubernetes cluster,
Expand Down

0 comments on commit 4c22ea3

Please sign in to comment.