From: Sebastián Ramírez Date: Wed, 27 Nov 2019 21:14:01 +0000 (+0100) Subject: :green_heart: Make GitHub action Issue Manager run once every night X-Git-Tag: 0.44.0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c27ad0dc26b81256e9bcf112d6d34959fc4f4dc8;p=thirdparty%2Ffastapi%2Ffastapi.git :green_heart: Make GitHub action Issue Manager run once every night --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f95a47329c..5e0a496842 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ on: schedule: - - cron: "* * * * *" + - cron: "0 0 * * *" jobs: issue-manager: