diff --git a/.github/workflows/build-and-deploy-snapshot.yml b/.github/workflows/build-and-deploy-snapshot.yml index 5aee2d16c56..3294981d7e0 100644 --- a/.github/workflows/build-and-deploy-snapshot.yml +++ b/.github/workflows/build-and-deploy-snapshot.yml @@ -7,10 +7,9 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} jobs: build-and-deploy-snapshot: - name: Build and Deploy Snapshot - if: ${{ github.repository == 'spring-projects/spring-boot' }} name: Build and Deploy Snapshot runs-on: ubuntu22-8-32 + if: ${{ github.repository == 'spring-projects/spring-boot' }} steps: - name: Set Up Java uses: actions/setup-java@v4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3adeeabb709..9e1755dc783 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,8 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} jobs: ci: + name: '${{ matrix.os.name}} | Java ${{ matrix.java.version}}' + runs-on: ${{ matrix.os.id }} if: ${{ github.repository == 'spring-projects/spring-boot' }} strategy: matrix: @@ -27,8 +29,6 @@ jobs: name: Linux java: version: 17 - name: '${{ matrix.os.name}} | Java ${{ matrix.java.version}}' - runs-on: ${{ matrix.os.id }} steps: - name: Set Up Java uses: actions/setup-java@v4