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:
zwang86
2026-02-04 15:49:41 -08:00
committed by GitHub
parent c1d5cc3b24
commit bdaf3de9b3
2 changed files with 5 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ concurrency:
group: execute-notebook-${{ github.ref }}
cancel-in-progress: true
env:
SGLANG_IS_IN_CI: true
jobs:
run-all-notebooks: