diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36d4f2d417..3458031529 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' }}