Skip to content

Reduce scheduled CI to a weekly cadence - #165

Merged
bmorton merged 1 commit into
mainfrom
copilot/change-workflows-run-frequency
Aug 16, 2026
Merged

Reduce scheduled CI to a weekly cadence#165
bmorton merged 1 commit into
mainfrom
copilot/change-workflows-run-frequency

Conversation

Copilot AI commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

The project’s scheduled GitHub Actions were firing daily, which exceeded the requirement to run no more than weekly. This change keeps the same jobs but narrows their cron cadence to a single weekly execution.

  • Updated scheduled workflows

    • Changed the E2E workflow from daily to weekly execution.
    • Changed the nightly upgrade workflow from daily to weekly execution.
    • Preserved the existing execution times and job intent; only the cadence was reduced.
  • Scope

    • .github/workflows/e2e.yml: 0 4 * * *0 4 * * 1
    • .github/workflows/nightly.yml: 0 3 * * *0 3 * * 1

This keeps the workflows aligned with the requirement while leaving the rest of the automation behavior unchanged.

Co-authored-by: bmorton <376390+bmorton@users.noreply.github.com>
@bmorton
bmorton marked this pull request as ready for review August 16, 2026 06:44
@bmorton
bmorton self-requested a review as a code owner August 16, 2026 06:44
@bmorton
bmorton merged commit 8d639cf into main Aug 16, 2026
12 checks passed
@bmorton
bmorton deleted the copilot/change-workflows-run-frequency branch August 16, 2026 07:00
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