Skip to content

Commit 8fe84b7

Browse files
committed
enable vllm omni PR
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent d71bae3 commit 8fe84b7

1 file changed

Lines changed: 17 additions & 19 deletions

File tree

.github/workflows/vllm-omni.pr.yml

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
name: "PR - vLLM-Omni"
22

33
on:
4-
# TEMP: Enable after all frameworks are refactored
5-
workflow_dispatch:
6-
# pull_request:
7-
# branches: [main]
8-
# types: [opened, reopened, synchronize]
9-
# paths:
10-
# - ".github/config/image/vllm-omni/*.yml"
11-
# - ".github/config/model-tests/vllm-omni-model-tests.yml"
12-
# - ".github/workflows/vllm-omni.pipeline.yml"
13-
# - ".github/workflows/vllm-omni.pr.yml"
14-
# - "docker/vllm_omni/Dockerfile.amzn2023"
15-
# - "scripts/docker/common/**"
16-
# - "scripts/docker/telemetry/**"
17-
# - "scripts/docker/vllm/omni_*"
18-
# - "test/sanity/**"
19-
# - "test/security/data/ecr_scan_allowlist/vllm_omni/**"
20-
# - "test/telemetry/**"
21-
# - "test/vllm-omni/**"
22-
# - "!docs/**"
4+
pull_request:
5+
branches: [main]
6+
types: [opened, reopened, synchronize]
7+
paths:
8+
- ".github/config/image/vllm-omni/*.yml"
9+
- ".github/config/model-tests/vllm-omni-model-tests.yml"
10+
- ".github/workflows/vllm-omni.pipeline.yml"
11+
- ".github/workflows/vllm-omni.pr.yml"
12+
- "docker/vllm_omni/Dockerfile.amzn2023"
13+
- "scripts/docker/common/**"
14+
- "scripts/docker/telemetry/**"
15+
- "scripts/docker/vllm/omni_*"
16+
- "test/sanity/**"
17+
- "test/security/data/ecr_scan_allowlist/vllm_omni/**"
18+
- "test/telemetry/**"
19+
- "test/vllm-omni/**"
20+
- "!docs/**"
2321

2422
permissions:
2523
contents: read

0 commit comments

Comments
 (0)