Skip to content

Commit 9c03f3f

Browse files
fix linting
1 parent 4e5cc1a commit 9c03f3f

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

.github/workflows/build_all.yaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,10 @@
33
on:
44
workflow_dispatch:
55
push:
6-
tags:
7-
- 'v*'
8-
pull_request:
9-
paths:
10-
- ".github/workflows/build.yaml"
11-
# - "integration-tests/**"
12-
- "backends/**"
13-
- "core/**"
14-
- "router/**"
15-
- "Cargo.lock"
16-
- "rust-toolchain.toml"
17-
- "Dockerfile"
186
branches:
197
- 'main'
8+
tags:
9+
- 'v*'
2010

2111
jobs:
2212
build-and-push-image:

sagemaker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ if [[ -n "${HF_MODEL_REVISION}" ]]; then
1010
export REVISION="${HF_MODEL_REVISION}"
1111
fi
1212

13-
text-embeddings-router --port 8080 --json-output
13+
text-embeddings-router --port 8080 --json-output

0 commit comments

Comments
 (0)