[CI Monitor] Fix ci_monitor perf analyzer bug (#12281)
This commit is contained in:
3
.github/workflows/ci-monitor.yml
vendored
3
.github/workflows/ci-monitor.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user