Harmonize GitHub Actions structure

See https://github.com/spring-projects/spring-boot/issues/42512
This commit is contained in:
Stéphane Nicoll
2024-10-04 16:05:50 +02:00
parent c44e43d791
commit 6b975592bf
15 changed files with 197 additions and 134 deletions

View File

@@ -14,14 +14,15 @@ permissions:
actions: write
jobs:
build:
runs-on: ubuntu-latest
name: Dispatch docs deployment
if: github.repository_owner == 'spring-projects'
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
ref: docs-build
fetch-depth: 1
ref: docs-build
- name: Dispatch (partial build)
if: github.ref_type == 'branch'
env: