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' }}