Browse Source

Merge branch '3.2.x'

pull/40135/head
Phillip Webb 2 years ago
parent
commit
ce2ee50e73
  1. 2
      .github/workflows/build-and-deploy-snapshot.yml

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

@ -7,7 +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 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

Loading…
Cancel
Save