|
1 | 1 | name: "PR - Hugging Face vLLM" |
2 | 2 |
|
3 | 3 | 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/huggingface-vllm/*.yml" |
11 | | - # - ".github/workflows/huggingface-vllm.pipeline.yml" |
12 | | - # - ".github/workflows/huggingface-vllm.pr.yml" |
13 | | - # - "docker/huggingface/vllm/**" |
14 | | - # - "scripts/docker/huggingface/vllm/**" |
15 | | - # - "scripts/docker/telemetry/**" |
16 | | - # - "test/sanity/**" |
17 | | - # - "test/security/data/ecr_scan_allowlist/huggingface_vllm/**" |
18 | | - # - "test/telemetry/**" |
19 | | - # - "test/vllm/sagemaker/**" |
20 | | - # - "!docs/**" |
| 4 | + pull_request: |
| 5 | + branches: [main] |
| 6 | + types: [opened, reopened, synchronize] |
| 7 | + paths: |
| 8 | + - ".github/config/image/huggingface-vllm/*.yml" |
| 9 | + - ".github/workflows/huggingface-vllm.pipeline.yml" |
| 10 | + - ".github/workflows/huggingface-vllm.pr.yml" |
| 11 | + - "docker/huggingface/vllm/**" |
| 12 | + - "scripts/docker/huggingface/vllm/**" |
| 13 | + - "scripts/docker/telemetry/**" |
| 14 | + - "test/sanity/**" |
| 15 | + - "test/security/data/ecr_scan_allowlist/huggingface-vllm/**" |
| 16 | + - "test/telemetry/**" |
| 17 | + - "test/vllm/sagemaker/**" |
| 18 | + - "!docs/**" |
21 | 19 |
|
22 | 20 | permissions: |
23 | 21 | contents: read |
|
51 | 49 | - ".github/config/image/huggingface-vllm/*.yml" |
52 | 50 | - "docker/huggingface/vllm/**" |
53 | 51 | - "scripts/docker/huggingface/vllm/**" |
54 | | - - "test/security/data/ecr_scan_allowlist/huggingface_vllm/**" |
| 52 | + - "test/security/data/ecr_scan_allowlist/huggingface-vllm/**" |
55 | 53 | sanity-test-change: |
56 | 54 | - "test/sanity/**" |
57 | 55 | sagemaker-test-change: |
|
0 commit comments