File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 6565 benchmarks :
6666 name : Run SGLang benchmarks
6767 needs : set-parameters
68+ if : ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'pytorch' }}
6869 strategy :
6970 matrix : ${{ fromJson(needs.set-parameters.outputs.benchmark_matrix) }}
7071 fail-fast : false
Original file line number Diff line number Diff line change 6666 benchmarks :
6767 name : Run vLLM benchmarks
6868 needs : set-parameters
69+ if : ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'pytorch' }}
6970 strategy :
7071 matrix : ${{ fromJson(needs.set-parameters.outputs.benchmark_matrix) }}
7172 fail-fast : false
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ concurrency:
2727jobs :
2828 test :
2929 name : Run vLLM tests
30+ if : ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'pytorch' }}
3031 strategy :
3132 fail-fast : false
3233 matrix :
Original file line number Diff line number Diff line change 3737 profiling :
3838 name : Run vLLM profiling
3939 needs : set-parameters
40+ if : ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'pytorch' }}
4041 strategy :
4142 fail-fast : false
4243 matrix :
You can’t perform that action at this time.
0 commit comments