Skip to content

Conversation

@muiriswoulfe
Copy link
Member

Summary

This updates the scheduled times for two GitHub Actions workflows to run at 9:00 AM instead of midnight. These changes help ensure that automated tasks execute during regular working hours, making it easier to monitor and address any issues.

Workflow scheduling updates:

  • Changed the weekly build workflow (.github/workflows/build.yml) to run at 9:00 AM every Monday instead of midnight.
  • Changed the quarterly release workflow (.github/workflows/release-phase-1.yml) to run at 9:00 AM on the 15th day of every third month instead of midnight.

@muiriswoulfe muiriswoulfe self-assigned this Jan 15, 2026
@muiriswoulfe muiriswoulfe requested a review from a team as a code owner January 15, 2026 17:11
Copilot AI review requested due to automatic review settings January 15, 2026 17:11
@muiriswoulfe muiriswoulfe added the enhancement New feature or request label Jan 15, 2026
@github-actions
Copy link
Contributor

PR Metrics

Thanks for keeping your pull request small.
Thanks for adding tests.

Lines
Product Code -
Test Code -
Subtotal -
Ignored Code 2
Total 2

Metrics computed by PR Metrics. Add it to your Azure DevOps and GitHub PRs!

@github-actions github-actions bot changed the title GitHub Actions schedule updates XS✔ ◾ GitHub Actions schedule updates Jan 15, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the scheduled execution times for two GitHub Actions workflows to run at 9:00 AM UTC instead of midnight UTC, making it easier to monitor automated tasks during working hours.

Changes:

  • Updated the build workflow schedule to run at 9:00 AM every Monday (previously midnight)
  • Updated the release phase 1 workflow schedule to run at 9:00 AM on the 15th day of every quarter (previously midnight)

Reviewed changes

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

File Description
.github/workflows/build.yml Changed cron schedule from 0 0 * * 1 to 0 9 * * 1 for weekly builds
.github/workflows/release-phase-1.yml Changed cron schedule from 0 0 15 */3 * to 0 9 15 */3 * for quarterly releases

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@muiriswoulfe muiriswoulfe enabled auto-merge (squash) January 16, 2026 13:25
@muiriswoulfe muiriswoulfe requested a review from K-Cully January 16, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants