Skip to content

Commit 1428fe2

Browse files
committed
remove the skipping for orchestrator releaser
1 parent fc18974 commit 1428fe2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/update-helm-on-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
SERVICE="backend-ee"
3333
VERSION="${TAG_NAME##backend-ee/}"
3434
YAML_PATH=".taco-orchestrator.digger.image.tag"
35-
echo "Backend EE detected - skipping helm update (disabled for manual control)"
36-
exit 0
3735
elif [[ $TAG_NAME == drift/v* ]]; then
3836
SERVICE="drift"
3937
VERSION="${TAG_NAME##drift/}"

0 commit comments

Comments
 (0)