Add pipeline that's always green, for doc-only PRs #62509
Merged
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.
Today, when you open a PR against any of the following paths, no CI job will run. Therefore, Build Analysis hangs indefinitely, because it's waiting for any pipeline to finish - this means devs can't merge such PRs without being an admin, or knowing the magic incantation to unblock Build Analysis (
ba-g {justification}
).If we add a new "always green" pipeline that only runs on such PRs, we can work around the issue until dotnet/dnceng#5442 is resolved. Note that a github action wouldn't work here, as Build Analysis only looks for AzDO pipelines.