We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e257463 + ccf6f4c commit 6a97128Copy full SHA for 6a97128
.github/workflows/ci.yml
@@ -30,6 +30,8 @@ jobs:
30
name: Linux
31
java:
32
version: 17
33
+ - os:
34
+ name: ${{ github.repository == 'spring-projects/spring-boot-commercial' && 'Windows' }}
35
steps:
36
- name: Prepare Windows runner
37
if: ${{ runner.os == 'Windows' }}
0 commit comments