[CI] Fix nightly docker builds failing on root-owned workspace leftovers (#23279)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
ishandhanani
2026-04-20 11:56:33 -07:00
committed by GitHub
co-authored by Claude Opus 4.7
parent b4bb036b73
commit 90d527195b
5 changed files with 21 additions and 0 deletions
+3
View File
@@ -20,6 +20,9 @@ jobs:
if: github.repository == 'sgl-project/sglang'
runs-on: x64-docker-build-node
steps:
- name: Cleanup workspace (remove root-owned files from prior runs)
run: sudo rm -rf "$GITHUB_WORKSPACE"/* || true
- name: Checkout repository
uses: actions/checkout@v4
with: