Adding section for scheduled PR test runs on main (#14309)

This commit is contained in:
Douglas Yang
2025-12-02 14:52:44 -08:00
committed by GitHub
parent 253be18e52
commit 5c03aa3e9d
2 changed files with 300 additions and 31 deletions

View File

@@ -8,7 +8,7 @@ on:
limit:
description: 'Number of workflow runs to analyze (across all workflows)'
required: false
default: '800'
default: '1000'
type: string
threshold:
description: 'Alert threshold for consecutive failures'
@@ -51,7 +51,7 @@ jobs:
cd scripts/ci_monitor
python ci_failures_analysis.py \
--token $GITHUB_TOKEN \
--limit ${{ inputs.limit || '800' }} \
--limit ${{ inputs.limit || '1000' }} \
--threshold ${{ inputs.threshold || '4' }} \
--output ci_failure_analysis_$(date +%Y%m%d_%H%M%S).json