This commit removes CI checks for Windows even for scheduled builds. These builds were consistently failing and are hard to debug as one does not have an access to the build node itself.
At the moment nobody is using MA on Windows. Once somebody active shows up we may fix Windows again.
Implementation note: I could have just as well removed all that scheduled: and exclude: config from build matrix, but I decided to keep it there in case we will want to enable Windows again in the future.
This commit removes CI checks for Windows even for scheduled builds. These builds were consistently failing and are hard to debug as one does not have an access to the build node itself.
At the moment nobody is using MA on Windows. Once somebody active shows up we may fix Windows again.
Implementation note: I could have just as well removed all that
scheduled:
andexclude:
config from build matrix, but I decided to keep it there in case we will want to enable Windows again in the future.