Skip to content

Commit f39de00

Browse files
Polish workflow
Issue gh-15106
1 parent 9d831fe commit f39de00

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Update Antora UI Spring
22

33
on:
4-
schedule:
5-
- cron: '0 10 * * *' # Once per day at 10am UTC
64
workflow_dispatch:
75

86
permissions:
@@ -13,23 +11,19 @@ permissions:
1311
jobs:
1412
update-antora-ui-spring:
1513
runs-on: ubuntu-latest
16-
name: Update Supported Branches
14+
name: Update
1715
strategy:
1816
matrix:
1917
branch: [ '5.8.x', '6.1.x', '6.2.x', 'main' ]
2018
steps:
2119
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
22-
name: Update antora-playbook.yml
20+
name: Update on Supported Branches
2321
with:
2422
docs-branch: ${{ matrix.branch }}
2523
token: ${{ secrets.GITHUB_TOKEN }}
2624
antora-file-path: 'docs/antora-playbook.yml'
27-
update-antora-ui-spring-docs-build:
28-
runs-on: ubuntu-latest
29-
name: Update Docs Build
30-
steps:
3125
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
32-
name: Update antora-playbook.yml
26+
name: Update on docs-build
3327
with:
3428
docs-branch: 'docs-build'
3529
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)