We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012872b commit aa045dbCopy full SHA for aa045db
.github/workflows/build-and-deploy-snapshot.yml
@@ -7,6 +7,7 @@ concurrency:
7
group: ${{ github.workflow }}-${{ github.ref }}
8
jobs:
9
build-and-deploy-snapshot:
10
+ name: Build And Deploy Snapshot
11
if: ${{ github.repository == 'spring-projects/spring-boot' }}
12
name: Build and Deploy Snapshot
13
runs-on: ubuntu22-8-32
.github/workflows/validate-gradle-wrapper.yml
@@ -4,7 +4,7 @@ permissions:
4
contents: read
5
6
validation:
- name: "Validation"
+ name: "Validate Gradle Wrapper"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
0 commit comments