Revert CI workflow update for servicing branches#27617
Conversation
…Shell#27612)" This reverts commit c136a20.
|
@tomritzow please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
There was a problem hiding this comment.
Pull request overview
This PR reverts a previous CI workflow change so that the main Linux/macOS/Windows CI workflows no longer run on servicing-* branches, restoring the prior branch trigger behavior.
Changes:
- Removed
servicing-*from thepush.branchesfilters in Linux/macOS/Windows CI workflows. - Removed
servicing-*from thepull_request.branchesfilters in Linux/macOS/Windows CI workflows.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/windows-ci.yml |
Removes servicing-* from push/PR branch triggers for Windows CI. |
.github/workflows/macos-ci.yml |
Removes servicing-* from push/PR branch triggers for macOS CI. |
.github/workflows/linux-ci.yml |
Removes servicing-* from push/PR branch triggers for Linux CI. |
Reverts #27612