fix: increase timeout-minutes to 40 for daily-performance-summary workflow - #49005
Conversation
…kflow Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Triage: fix: increase timeout-minutes to 40 for daily-performance-summary
|
|
Warning threat detection engine error DetailsThe threat detection engine failed to produce results. Review the workflow run logs for details. Great work, Copilot SWE Agent! 🚀 This fix is spot-on — the The change is focused, minimal, and directly addresses issue #48981. Both the workflow definition and lock file are properly updated. This PR looks ready for review and merge! Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "patchdiff.githubusercontent.com"See Network Configuration for more information.
|
Triage Summary
Tiny timeout bump for daily-performance-summary workflow. Still in draft; low urgency.
|
There was a problem hiding this comment.
Pull request overview
Raises the workflow timeout from 30 to 40 minutes to prevent premature termination, resolving #48981.
Changes:
- Increased the agent timeout to 40 minutes.
- Recompiled the generated workflow lock file.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/daily-performance-summary.md |
Sets the workflow timeout to 40 minutes. |
.github/workflows/daily-performance-summary.lock.yml |
Propagates the timeout into the generated workflow. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Medium
|
@copilot please run the
|
The
daily-performance-summaryworkflow was hitting its 30-minute agent timeout, causing runs to fail before completing the full data gather → analysis → chart generation → discussion creation pipeline.Changes
.github/workflows/daily-performance-summary.md: bumpedtimeout-minutesfrom30to40in frontmatter.github/workflows/daily-performance-summary.lock.yml: recompiled to reflect the updated timeout