From a96fedd5e64f3f2049834baf5cb815bb1d4a6b8e Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 4 Aug 2022 21:25:25 +0200 Subject: [PATCH] run daily --- .github/workflows/get_stats.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/get_stats.yml b/.github/workflows/get_stats.yml index 211b5ee5..0f9eb4a1 100644 --- a/.github/workflows/get_stats.yml +++ b/.github/workflows/get_stats.yml @@ -2,6 +2,8 @@ name: Get stats on: workflow_dispatch: + schedule: + - cron: "0 0 * * *" jobs: build: