File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : " PR - vLLM-Omni"
22
33on :
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
2422permissions :
2523 contents : read
You can’t perform that action at this time.
0 commit comments