Skip to content

Commit 3053c5b

Browse files
authored
Update cd-helm.yml
Signed-off-by: Sebastian Florek <[email protected]>
1 parent cb65bda commit 3053c5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cd-helm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
- uses: helm/[email protected]
3838
with:
3939
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 }}
40+
- run: ct install --target-branch ${{ github.event.repository.default_branch }}
4241

4342
release:
4443
name: Helm chart release

0 commit comments

Comments
 (0)