From 0c281fd1ce127df982d2cf950a89b55ed818ebc5 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 3 Aug 2026 11:34:34 +0200 Subject: [PATCH] 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 --- .github/workflows/build-and-deploy-snapshot.yml | 1 + .github/workflows/verify.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy-snapshot.yml b/.github/workflows/build-and-deploy-snapshot.yml index 60437036c4d..2d602c90f73 100644 --- a/.github/workflows/build-and-deploy-snapshot.yml +++ b/.github/workflows/build-and-deploy-snapshot.yml @@ -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' }} diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 9823650e332..fb58b7e44e4 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -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