Skip to content

Commit aa045db

Browse files
committed
Polish workflow yaml
1 parent 012872b commit aa045db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
jobs:
99
build-and-deploy-snapshot:
10+
name: Build And Deploy Snapshot
1011
if: ${{ github.repository == 'spring-projects/spring-boot' }}
1112
name: Build and Deploy Snapshot
1213
runs-on: ubuntu22-8-32

.github/workflows/validate-gradle-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permissions:
44
contents: read
55
jobs:
66
validation:
7-
name: "Validation"
7+
name: "Validate Gradle Wrapper"
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)