Skip to content

Commit afdb27c

Browse files
Update deployment name (#3177)
update deployment name
1 parent 2ac687f commit afdb27c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-e2e-flow.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
run: |
3939
prefix="ech"
4040
if [[ "$IS_SERVERLESS" == "true" ]]; then
41-
prefix="serverless"
41+
# Short name due to deployment name length limit
42+
prefix="proj"
4243
fi
4344
4445
branch="${BRANCH}"

0 commit comments

Comments
 (0)