]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⚡ Run watch docs previews every hour
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 20 Jul 2020 15:55:02 +0000 (17:55 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2020 15:55:02 +0000 (17:55 +0200)
.github/workflows/watch-docs-previews.yml

index 358f43078164a994849f9676198601cb0347620f..c8a0158cc0c7cf10e8c421bea3cbc831ef5b4e25 100644 (file)
@@ -1,7 +1,7 @@
 name: Watch Docs Previews
 on:
   schedule:
-    - cron: "* * * * *"
+    - cron: "0 * * * *"
 
 jobs:
   deploy: