Skip to content

Commit f5e2009

Browse files
committed
Merge branch '3.1.x' into 3.2.x
2 parents 924ea45 + 85e4b15 commit f5e2009

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
jobs:
99
build-and-deploy-snapshot:
10-
name: Build and Deploy Snapshot
11-
if: ${{ github.repository == 'spring-projects/spring-boot' }}
1210
name: Build and Deploy Snapshot
1311
runs-on: ubuntu22-8-32
12+
if: ${{ github.repository == 'spring-projects/spring-boot' }}
1413
steps:
1514
- name: Set Up Java
1615
uses: actions/setup-java@v4

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
jobs:
99
ci:
10+
name: '${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
11+
runs-on: ${{ matrix.os.id }}
1012
if: ${{ github.repository == 'spring-projects/spring-boot' }}
1113
strategy:
1214
matrix:
@@ -27,8 +29,6 @@ jobs:
2729
name: Linux
2830
java:
2931
version: 17
30-
name: '${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
31-
runs-on: ${{ matrix.os.id }}
3232
steps:
3333
- name: Set Up Java
3434
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)