From 55bcb99e9141774c2c0470e9e924e0d3106f0918 Mon Sep 17 00:00:00 2001 From: SwiftyOS Date: Wed, 20 Sep 2023 13:23:35 +0200 Subject: [PATCH] Edited the cron to run every 90mins --- .github/workflows/repo-stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo-stats.yml b/.github/workflows/repo-stats.yml index fda0851b..907f171e 100644 --- a/.github/workflows/repo-stats.yml +++ b/.github/workflows/repo-stats.yml @@ -4,7 +4,7 @@ on: schedule: # Run this once per day, towards the end of the day for keeping the most # recent data point most meaningful (hours are interpreted in UTC). - - cron: "0 23 * * *" + - cron: "*/90 * * * *" workflow_dispatch: # Allow for running this manually. jobs: