Skip to content

Commit 4c22ea3

Browse files
authored
fix example workflow (#115)
Signed-off-by: Jan Weyrich <[email protected]>
1 parent a153a59 commit 4c22ea3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ jobs:
7070
if: steps.list-changed.outputs.changed == 'true'
7171

7272
- name: Run chart-testing (install)
73-
run: ct install
73+
run: ct install --target-branch ${{ github.event.repository.default_branch }}
74+
if: steps.list-changed.outputs.changed == 'true'
75+
7476
```
7577

7678
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,

0 commit comments

Comments
 (0)