]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:green_heart: Make GitHub action Issue Manager run once every night
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 27 Nov 2019 21:14:01 +0000 (22:14 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 27 Nov 2019 21:14:01 +0000 (22:14 +0100)
.github/workflows/main.yml

index f95a47329c5aad01ba6fbc322050b1fc7937a2b5..5e0a496842b4757622fce4b9dc009aa46632651c 100644 (file)
@@ -1,6 +1,6 @@
 on:
   schedule:
-  - cron: "* * * * *"
+  - cron: "0 0 * * *"
 
 jobs:
   issue-manager: