mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:30:28 +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:
|
trigger-docs-build:
|
||||||
name: Trigger Docs Build
|
name: Trigger Docs Build
|
||||||
needs: build-and-deploy-snapshot
|
needs: build-and-deploy-snapshot
|
||||||
|
if: ${{ !vars.COMMERCIAL }} # remove when commercial support
|
||||||
permissions:
|
permissions:
|
||||||
actions: write
|
actions: write
|
||||||
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
|
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
- name: Check Out Release Verification Tests
|
- name: Check Out Release Verification Tests
|
||||||
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||||
with:
|
with:
|
||||||
ref: 'v0.0.2'
|
ref: 'v0.0.3'
|
||||||
repository: spring-projects/spring-framework-release-verification
|
repository: spring-projects/spring-framework-release-verification
|
||||||
token: ${{ secrets.token }}
|
token: ${{ secrets.token }}
|
||||||
- name: Check Out Send Notification Action
|
- name: Check Out Send Notification Action
|
||||||
|
|||||||
Reference in New Issue
Block a user