Merge branch '3.3.x'
Closes gh-42514
This commit is contained in:
6
.github/workflows/trigger-docs-build.yml
vendored
6
.github/workflows/trigger-docs-build.yml
vendored
@@ -6,18 +6,18 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
build-refname:
|
||||
description: Enter git refname to build (e.g., 1.0.x).
|
||||
description: 'Git refname to build (e.g., 1.0.x)'
|
||||
required: false
|
||||
build-version:
|
||||
description: Enter the version being build (e.g. 1.0.3-SNAPSHOT)
|
||||
description: 'Version being build (e.g. 1.0.3-SNAPSHOT)'
|
||||
required: false
|
||||
permissions:
|
||||
actions: write
|
||||
jobs:
|
||||
trigger-docs-build:
|
||||
name: Trigger Docs Build
|
||||
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
|
||||
if: github.repository_owner == 'spring-projects'
|
||||
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
|
||||
steps:
|
||||
- name: Check Out
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user