Skip to content

Commit 6e90d0a

Browse files
committed
remove testing params
1 parent d412459 commit 6e90d0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-hf-env.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
run: |
161161
chmod +x scripts/deploy_to_hf.sh
162162
if [ -n "${{ github.event.inputs.base_image_sha }}" ]; then
163-
./scripts/deploy_to_hf.sh --env "${{ matrix.environment }}" --base-sha "${{ github.event.inputs.base_image_sha }}" --private --suffix -test
163+
./scripts/deploy_to_hf.sh --env "${{ matrix.environment }}" --base-sha "${{ github.event.inputs.base_image_sha }}"
164164
else
165-
./scripts/deploy_to_hf.sh --env "${{ matrix.environment }}" --private --suffix -test
165+
./scripts/deploy_to_hf.sh --env "${{ matrix.environment }}"
166166
fi

0 commit comments

Comments
 (0)