Browse Source

Run Update Antora UI Spring Workflow Every Day

Closes gh-14993
pull/15010/head
Marcus Hert Da Coregio 2 years ago
parent
commit
62b3fe2e38
  1. 2
      .github/workflows/update-antora-ui-spring.yml

2
.github/workflows/update-antora-ui-spring.yml

@ -1,6 +1,8 @@ @@ -1,6 +1,8 @@
name: Update Antora UI Spring
on:
schedule:
- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch:
jobs:

Loading…
Cancel
Save