ci/windows: Always include windows-msvc in scheduled pipelines
!32704 (merged) broke scheduled pipelines.
The windows-msvc
job currently runs only when Windows-related
files are modified.
To always run it in scheduled runs, we need to inherit .scheduled_pipeline-rules
.
I verified that it works now in my fork.
Thanks for the suggestion @daniels