"examples/vscode:/vscode.git/clone" did not exist on "93adc3e4396dd1b83ed556fae503a9ba4a471273"
Unverified Commit 5da3d21c authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

update pr-test ci (#3376)

parent f2870376
......@@ -4,12 +4,14 @@ on:
push:
branches: [ main ]
paths:
- "python/pyproject.toml"
- "python/sglang/**"
- "test/**"
- "docs/**"
pull_request:
branches: [ main ]
paths:
- "python/pyproject.toml"
- "python/sglang/**"
- "test/**"
- "docs/**"
......@@ -47,10 +49,12 @@ jobs:
- 'python/sglang/**'
test:
- 'test/**'
pyproject:
- 'python/pyproject.toml'
- name: Set run_tests output
id: set_run_tests
run: |
if [ "${{ steps.filter.outputs.sglang }}" == "true" ] || [ "${{ steps.filter.outputs.test }}" == "true" ]; then
if [ "${{ steps.filter.outputs.sglang }}" == "true" ] || [ "${{ steps.filter.outputs.test }}" == "true" ] || [ "${{ steps.filter.outputs.pyproject }}" == "true" ]; then
echo "run_tests=true" >> $GITHUB_OUTPUT
else
echo "run_tests=false" >> $GITHUB_OUTPUT
......
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