From ccf6f4c03dd405cd6af57e5c4c4c5f3a143f6695 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 4 Feb 2025 11:01:47 +0000 Subject: [PATCH] Exclude Windows from CI matrix for commercial builds Closes gh-44058 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 449e1f0676..e53dbf06e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' }}