Merge branch '3.2.x'

This commit is contained in:
Andy Wilkinson
2024-02-28 11:30:18 +00:00
2 changed files with 9 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
name: 'Java 17 | Windows'
name: 'Windows | Java 17'
runs-on: 'windows-latest'
if: ${{ github.repository == 'spring-projects/spring-boot' }}
steps:
@@ -53,3 +53,4 @@ jobs:
with:
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
build-scan-url: ${{ steps.build.outputs.build-scan-url }}
run-name: ${{ format('{0} | Windows | Java 17', github.ref_name) }}