Sfoglia il codice sorgente

Run Update Antora UI Spring Workflow Every Day

Closes gh-14993
Marcus Hert Da Coregio 1 anno fa
parent
commit
62b3fe2e38
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .github/workflows/update-antora-ui-spring.yml

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

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