From: Sebastián Ramírez Date: Sun, 11 Oct 2020 10:41:16 +0000 (+0200) Subject: 👷 Set GitHub Action Label Approved to run daily, not every minute (#2163) X-Git-Tag: 0.61.2~134 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42bb15de2215938f8547911d89f006abd393684e;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Set GitHub Action Label Approved to run daily, not every minute (#2163) --- diff --git a/.github/workflows/label-approved.yml b/.github/workflows/label-approved.yml index 6e0acf8d80..78e9695f7a 100644 --- a/.github/workflows/label-approved.yml +++ b/.github/workflows/label-approved.yml @@ -2,7 +2,7 @@ name: Label Approved on: schedule: - - cron: "* * * * *" + - cron: "0 0 * * *" jobs: label-approved: