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:
|
||||
- "python/sglang/**"
|
||||
- "test/**"
|
||||
- ".github/workflows/accuracy-test.yml"
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- "python/sglang/**"
|
||||
- "test/**"
|
||||
- ".github/workflows/accuracy-test.yml"
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
2
.github/workflows/e2e-test.yml
vendored
2
.github/workflows/e2e-test.yml
vendored
@@ -6,13 +6,11 @@ on:
|
||||
paths:
|
||||
- "python/sglang/**"
|
||||
- "test/**"
|
||||
- ".github/workflows/e2e-test.yml"
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- "python/sglang/**"
|
||||
- "test/**"
|
||||
- ".github/workflows/e2e-test.yml"
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
2
.github/workflows/moe-test.yml
vendored
2
.github/workflows/moe-test.yml
vendored
@@ -6,13 +6,11 @@ on:
|
||||
paths:
|
||||
- "python/sglang/**"
|
||||
- "test/**"
|
||||
- ".github/workflows/moe-test.yml"
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- "python/sglang/**"
|
||||
- "test/**"
|
||||
- ".github/workflows/moe-test.yml"
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
@@ -6,13 +6,11 @@ on:
|
||||
paths:
|
||||
- "python/sglang/**"
|
||||
- "test/**"
|
||||
- ".github/workflows/unit-test.yml"
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- "python/sglang/**"
|
||||
- "test/**"
|
||||
- ".github/workflows/unit-test.yml"
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user