ci: remove workflow path trigger (#1096)

This commit is contained in:
Yineng Zhang
2024-08-14 18:36:24 +08:00
committed by GitHub
parent 8f790ac100
commit f14569f64a
4 changed files with 0 additions and 8 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: