Polish workflow yaml
This commit is contained in:
parent
012872b1f3
commit
aa045db1f3
|
|
@ -7,6 +7,7 @@ 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
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ permissions:
|
|||
contents: read
|
||||
jobs:
|
||||
validation:
|
||||
name: "Validation"
|
||||
name: "Validate Gradle Wrapper"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue