Exclude Windows from CI matrix for commercial builds

Closes gh-44058
This commit is contained in:
Andy Wilkinson
2025-02-04 11:01:47 +00:00
parent 754fabab20
commit ccf6f4c03d

View File

@@ -30,6 +30,8 @@ jobs:
name: Linux
java:
version: 17
- os:
name: ${{ github.repository == 'spring-projects/spring-boot-commercial' && 'Windows' }}
steps:
- name: Prepare Windows runner
if: ${{ runner.os == 'Windows' }}