disable nightly rebuild actions#1035
Conversation
|
@bpkroth 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
Note
Copilot was unable to run its full agentic suite in this review.
Disables the nightly scheduled triggers across CI workflows (Windows, macOS, Linux, and devcontainer) by commenting out the schedule event configuration.
Changes:
- Commented out the
on.schedulecron trigger in multiple workflows - Added an inline note indicating schedules are disabled
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/windows.yml | Comments out the scheduled trigger for the Windows workflow |
| .github/workflows/macos.yml | Comments out the scheduled trigger for the macOS workflow |
| .github/workflows/linux.yml | Comments out the scheduled trigger for the Linux workflow |
| .github/workflows/devcontainer.yml | Comments out the scheduled trigger for the devcontainer workflow |
|
@motus you want to (force) push this through? |
|
@microsoft-github-policy-service agree |
No description provided.