From: Marc Foley Date: Fri, 9 May 2025 09:16:17 +0000 (+0100) Subject: report.yaml: run daily X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9432%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git report.yaml: run daily --- diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index b09fcb186..db560bc81 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -7,9 +7,8 @@ on: paths: - '.github/workflows/report.yaml' schedule: - # Every Monday at 12am - # - cron: '1/5 * * * *' - - cron: '0 0 * * 1' + # Every day at 12am + - cron: '0 0 * * *'