diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45b216124a..2d4c978e8d 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' }}