mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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:
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user