fix: add SGLANG_IS_IN_CI env var to release-docs workflow (#18225)
Co-authored-by: Zeyu Wang <zeyu.wang@yahooinc.com> Co-authored-by: edwingao28 <edwingao28@users.noreply.github.com>
This commit is contained in:
co-authored by
Zeyu Wang
edwingao28
parent
c1d5cc3b24
commit
bdaf3de9b3
@@ -13,6 +13,8 @@ concurrency:
|
|||||||
group: execute-notebook-${{ github.ref }}
|
group: execute-notebook-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
env:
|
||||||
|
SGLANG_IS_IN_CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-all-notebooks:
|
run-all-notebooks:
|
||||||
|
|||||||
@@ -14,6 +14,9 @@ concurrency:
|
|||||||
group: release-docs-${{ github.ref }}
|
group: release-docs-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
env:
|
||||||
|
SGLANG_IS_IN_CI: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
execute-and-deploy:
|
execute-and-deploy:
|
||||||
runs-on: 1-gpu-runner
|
runs-on: 1-gpu-runner
|
||||||
|
|||||||
Reference in New Issue
Block a user