Polish workflow yaml

This commit is contained in:
Phillip Webb
2024-03-27 12:53:07 -07:00
parent b0476cefe5
commit 85e4b15cca
2 changed files with 3 additions and 4 deletions

View File

@@ -7,10 +7,9 @@ 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
if: ${{ github.repository == 'spring-projects/spring-boot' }}
steps:
- name: Set Up Java
uses: actions/setup-java@v4