Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented May 21, 2025

This PR changes the Azure DevOps public pipeline to run on a weekly schedule rather than on every commit to the main branch, as requested in the issue.

Changes

  • Modified eng/pipelines/azure-pipelines-public.yml to:
    • Replace the continuous integration trigger with a scheduled trigger
    • Configure the pipeline to run at midnight (UTC) every Monday
    • Set always: true to ensure the build runs weekly regardless of code changes
    • Set trigger: none to explicitly disable continuous integration triggers

Benefits

  • Reduces CI resource usage as we now have regular rolling builds on GitHub Actions
  • Maintains the same branch filtering from the original configuration
  • Preserves PR validation to continue testing pull requests

The pipeline will continue to build the same branches (main and release/*) but on a weekly cadence instead of for every commit.

Fixes #9436.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@Copilot Copilot AI changed the title [WIP] [CI] Change the cadence of Azdo public pipeline builds to once a week [CI] Change AzDO public pipeline to run weekly instead of per-commit May 21, 2025
@Copilot Copilot AI requested a review from radical May 21, 2025 02:45
Copilot finished work on behalf of radical May 21, 2025 02:45
@danmoseley danmoseley marked this pull request as ready for review May 21, 2025 02:45
@danmoseley danmoseley enabled auto-merge (squash) May 21, 2025 02:45
@danmoseley danmoseley merged commit c401f31 into main May 21, 2025
254 checks passed
@danmoseley danmoseley deleted the copilot/fix-9436 branch May 21, 2025 04:27
@github-actions github-actions bot locked and limited conversation to collaborators Jun 20, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] Change the cadence of Azdo public pipeline builds to once a week
3 participants