Skip to content

Commit e71b956

Browse files
committed
test update
1 parent c886bc2 commit e71b956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# run: ct install --chart-dirs helm-chart --namespace kube-system --helm-extra-set-args "--set=apiToken=test --set=region=us-east" --target-branch ${{ github.event.repository.default_branch }}
4848

4949
helm-release:
50-
if: ${{ startsWith(github.ref, 'refs/tags/') }}
50+
# if: ${{ startsWith(github.ref, 'refs/tags/') }} # TODO: uncomment
5151
needs: helm-test
5252
permissions:
5353
contents: write # for helm/chart-releaser-action to push chart release and create a release

0 commit comments

Comments
 (0)