Unverified Commit f14569f6 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

ci: remove workflow path trigger (#1096)

parent 8f790ac1
...@@ -6,13 +6,11 @@ on: ...@@ -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:
......
...@@ -6,13 +6,11 @@ on: ...@@ -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:
......
...@@ -6,13 +6,11 @@ on: ...@@ -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:
......
...@@ -6,13 +6,11 @@ on: ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment