ci: remove workflow path trigger (#1096)
This commit is contained in:
2
.github/workflows/accuracy-test.yml
vendored
2
.github/workflows/accuracy-test.yml
vendored
@@ -6,13 +6,11 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- "python/sglang/**"
|
- "python/sglang/**"
|
||||||
- "test/**"
|
- "test/**"
|
||||||
- ".github/workflows/accuracy-test.yml"
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths:
|
paths:
|
||||||
- "python/sglang/**"
|
- "python/sglang/**"
|
||||||
- "test/**"
|
- "test/**"
|
||||||
- ".github/workflows/accuracy-test.yml"
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
2
.github/workflows/e2e-test.yml
vendored
2
.github/workflows/e2e-test.yml
vendored
@@ -6,13 +6,11 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- "python/sglang/**"
|
- "python/sglang/**"
|
||||||
- "test/**"
|
- "test/**"
|
||||||
- ".github/workflows/e2e-test.yml"
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths:
|
paths:
|
||||||
- "python/sglang/**"
|
- "python/sglang/**"
|
||||||
- "test/**"
|
- "test/**"
|
||||||
- ".github/workflows/e2e-test.yml"
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
2
.github/workflows/moe-test.yml
vendored
2
.github/workflows/moe-test.yml
vendored
@@ -6,13 +6,11 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- "python/sglang/**"
|
- "python/sglang/**"
|
||||||
- "test/**"
|
- "test/**"
|
||||||
- ".github/workflows/moe-test.yml"
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths:
|
paths:
|
||||||
- "python/sglang/**"
|
- "python/sglang/**"
|
||||||
- "test/**"
|
- "test/**"
|
||||||
- ".github/workflows/moe-test.yml"
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
@@ -6,13 +6,11 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- "python/sglang/**"
|
- "python/sglang/**"
|
||||||
- "test/**"
|
- "test/**"
|
||||||
- ".github/workflows/unit-test.yml"
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths:
|
paths:
|
||||||
- "python/sglang/**"
|
- "python/sglang/**"
|
||||||
- "test/**"
|
- "test/**"
|
||||||
- ".github/workflows/unit-test.yml"
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
Reference in New Issue
Block a user