[CI Monitor] Fix ci_monitor perf analyzer bug (#12281)

This commit is contained in:
Xiaoyu Zhang
2025-10-31 00:47:12 +08:00
committed by GitHub
parent 2cf3d0f89f
commit d8fcbaa38d
3 changed files with 27 additions and 25 deletions

View File

@@ -2,7 +2,7 @@ name: CI Monitor
on:
schedule:
- cron: '0 */12 * * *' # Every 12 hours for main analysis
- cron: '0 */12 * * *' # Every 12 hours for main analysis
workflow_dispatch:
inputs:
limit:
@@ -65,6 +65,7 @@ jobs:
retention-days: 30
ci-monitor-balance:
needs: ci-monitor
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps: