Skip to content

Set appropriate timeout-minutes to Actions jobs - #229

Merged
coord-e merged 1 commit into
mainfrom
actions-timeout
Aug 16, 2026
Merged

Set appropriate timeout-minutes to Actions jobs#229
coord-e merged 1 commit into
mainfrom
actions-timeout

Conversation

@coord-e

@coord-e coord-e commented Aug 16, 2026

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds per-job GitHub Actions timeouts to prevent CI/docs runs from hanging indefinitely and to bound resource usage for this repository’s automation.

Changes:

  • Set a 10-minute timeout for the GitHub Pages docs workflow job.
  • Set 5-minute timeouts for fmt and clippy CI jobs.
  • Set a 10-minute timeout for the test CI job.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/docs.yml Adds a job-level timeout to cap docs build + Pages deployment runtime.
.github/workflows/ci.yml Adds job-level timeouts for formatting, linting, and test jobs to bound CI runtime.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@coord-e
coord-e merged commit d053548 into main Aug 16, 2026
7 checks passed
@coord-e
coord-e deleted the actions-timeout branch August 16, 2026 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants