]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Set GitHub Action Label Approved to run daily, not every minute (#2163)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 11 Oct 2020 10:41:16 +0000 (12:41 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Oct 2020 10:41:16 +0000 (12:41 +0200)
.github/workflows/label-approved.yml

index 6e0acf8d8093ecda0de21395663059b6f7d60ad7..78e9695f7a934376b53b2ce7275342dc21424bb3 100644 (file)
@@ -2,7 +2,7 @@ name: Label Approved
 
 on:
   schedule:
-    - cron: "* * * * *"
+    - cron: "0 0 * * *"
 
 jobs:
   label-approved: