1
.github/workflows/execute-notebook.yml
vendored
1
.github/workflows/execute-notebook.yml
vendored
@@ -6,7 +6,6 @@ on:
|
||||
paths:
|
||||
- "python/sglang/**"
|
||||
- "docs/**"
|
||||
types: [synchronize]
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
|
||||
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@@ -5,7 +5,6 @@ on:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
types: [synchronize, labeled]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
1
.github/workflows/pr-benchmark-rust.yml
vendored
1
.github/workflows/pr-benchmark-rust.yml
vendored
@@ -9,7 +9,6 @@ on:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- "sgl-router/**"
|
||||
types: [synchronize]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
1
.github/workflows/pr-test-amd.yml
vendored
1
.github/workflows/pr-test-amd.yml
vendored
@@ -19,7 +19,6 @@ on:
|
||||
- "test/**"
|
||||
- "sgl-kernel/**"
|
||||
- ".github/workflows/pr-test-amd.yml"
|
||||
types: [synchronize]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
1
.github/workflows/pr-test-npu.yml
vendored
1
.github/workflows/pr-test-npu.yml
vendored
@@ -17,7 +17,6 @@ on:
|
||||
- "scripts/ci/**"
|
||||
- "test/**"
|
||||
- ".github/workflows/pr-test-npu.yml"
|
||||
types: [synchronize]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
1
.github/workflows/pr-test-pd-router.yml
vendored
1
.github/workflows/pr-test-pd-router.yml
vendored
@@ -13,7 +13,6 @@ on:
|
||||
- 'python/sglang/srt/disaggregation/**'
|
||||
- 'scripts/ci/ci_start_disaggregation_servers.sh'
|
||||
- 'sgl-router/**'
|
||||
types: [synchronize]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
1
.github/workflows/pr-test-rust.yml
vendored
1
.github/workflows/pr-test-rust.yml
vendored
@@ -9,7 +9,6 @@ on:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- "sgl-router/**"
|
||||
types: [synchronize]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
1
.github/workflows/pr-test-xeon.yml
vendored
1
.github/workflows/pr-test-xeon.yml
vendored
@@ -21,7 +21,6 @@ on:
|
||||
- "sgl-kernel/**"
|
||||
- ".github/workflows/pr-test-xeon.yml"
|
||||
- "docker/xeon.Dockerfile"
|
||||
types: [synchronize]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
1
.github/workflows/pr-test-xpu.yml
vendored
1
.github/workflows/pr-test-xpu.yml
vendored
@@ -19,7 +19,6 @@ on:
|
||||
- "test/**"
|
||||
- "sgl-kernel/**"
|
||||
- ".github/workflows/pr-test-xpu.yml"
|
||||
types: [synchronize]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
1
.github/workflows/pr-test.yml
vendored
1
.github/workflows/pr-test.yml
vendored
@@ -5,7 +5,6 @@ on:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
types: [synchronize]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
|
||||
1
.github/workflows/quantization-test.yml
vendored
1
.github/workflows/quantization-test.yml
vendored
@@ -17,7 +17,6 @@ on:
|
||||
- "scripts/ci/**"
|
||||
- "test/**"
|
||||
- ".github/workflows/quantization-test.yml"
|
||||
types: [synchronize]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user