We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb65bda commit 3053c5bCopy full SHA for 3053c5b
.github/workflows/cd-helm.yml
@@ -37,8 +37,7 @@ jobs:
37
- uses: helm/[email protected]
38
with:
39
node_image: kindest/node:v1.29.0
40
- - if: steps.list-changed.outputs.changed == 'true'
41
- run: ct install --target-branch ${{ github.event.repository.default_branch }}
+ - run: ct install --target-branch ${{ github.event.repository.default_branch }}
42
43
release:
44
name: Helm chart release
0 commit comments