Merge branch '3.2.x' into 3.3.x

Closes gh-42513
This commit is contained in:
Stéphane Nicoll
2024-10-04 15:25:21 +02:00
17 changed files with 191 additions and 175 deletions

View File

@@ -8,8 +8,8 @@ permissions:
jobs:
trigger-docs-build:
name: Trigger Docs Build
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
if: github.repository_owner == 'spring-projects'
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
steps:
- name: Check Out
uses: actions/checkout@v4