Polish workflow yaml

This commit is contained in:
Phillip Webb 2024-03-27 12:47:49 -07:00
parent 012872b1f3
commit aa045db1f3
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
jobs: jobs:
build-and-deploy-snapshot: build-and-deploy-snapshot:
name: Build And Deploy Snapshot
if: ${{ github.repository == 'spring-projects/spring-boot' }} if: ${{ github.repository == 'spring-projects/spring-boot' }}
name: Build and Deploy Snapshot name: Build and Deploy Snapshot
runs-on: ubuntu22-8-32 runs-on: ubuntu22-8-32

View File

@ -4,7 +4,7 @@ permissions:
contents: read contents: read
jobs: jobs:
validation: validation:
name: "Validation" name: "Validate Gradle Wrapper"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4