Remove scheduled builds for release/13.0 branch#14450
Open
Copilot wants to merge 3 commits intorelease/13.0from
Open
Remove scheduled builds for release/13.0 branch#14450Copilot wants to merge 3 commits intorelease/13.0from
Copilot wants to merge 3 commits intorelease/13.0from
Conversation
- Updated azure-pipelines-public.yml to exclude release/13.0 from scheduled builds - Updated azure-pipelines-codeql.yml to exclude release/13.0 from scheduled builds - PR/CI triggers remain unaffected and will continue to work for this branch Co-authored-by: radical <1472+radical@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Disable scheduled builds for Azure DevOps pipelines on release/13.0
Disable scheduled builds for release/13.0
Feb 11, 2026
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 14450Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 14450" |
Member
|
@copilot remove the scheduled runs for this branch completely. |
- Removed entire schedules section from azure-pipelines-public.yml - Removed entire schedules section from azure-pipelines-codeql.yml - Added comments indicating scheduled builds are disabled for this branch - PR triggers remain functional Co-authored-by: radical <1472+radical@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Disable scheduled builds for release/13.0
Remove scheduled builds for release/13.0 branch
Feb 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Disables Azure DevOps scheduled pipeline runs on the release/13.0 branch to avoid consuming CI resources on a branch that no longer produces new builds.
Changes:
- Removed the
schedules:block from the public pipeline YAML. - Removed the
schedules:block from the CodeQL pipeline YAML. - Left existing
pr:behavior intact for the public pipeline (and kepttrigger: noneas-is).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/azure-pipelines-public.yml | Removes the weekly scheduled trigger configuration from the public pipeline on release/13.0. |
| eng/pipelines/azure-pipelines-codeql.yml | Removes the weekly scheduled CodeQL trigger configuration from the CodeQL pipeline on release/13.0. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The
release/13.0branch no longer produces new builds. Completely removed scheduled triggers to stop wasting CI resources.Changes
Removed the entire
schedules:section from:eng/pipelines/azure-pipelines-public.yml- Weekly Monday buildeng/pipelines/azure-pipelines-codeql.yml- Weekly CodeQL runPR triggers remain functional. This approach provides a cleaner solution by completely removing unused scheduling configuration from this branch.
Checklist
Original prompt
This pull request was created from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.