Fix build SNAPSHOT workflow

This commit ensures that workflow dispatches to docs build only happen
on OSS branches.
This also upgrades the verification project to the latest version.

See gh-37097
This commit is contained in:
Brian Clozel
2026-08-03 11:36:22 +02:00
parent 63f0894621
commit 0c281fd1ce
2 changed files with 2 additions and 1 deletions
@@ -53,6 +53,7 @@ jobs:
trigger-docs-build:
name: Trigger Docs Build
needs: build-and-deploy-snapshot
if: ${{ !vars.COMMERCIAL }} # remove when commercial support
permissions:
actions: write
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
- name: Check Out Release Verification Tests
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
ref: 'v0.0.2'
ref: 'v0.0.3'
repository: spring-projects/spring-framework-release-verification
token: ${{ secrets.token }}
- name: Check Out Send Notification Action