From 301319e8f87077bf874be97230b21ad673e17c33 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Fri, 1 Nov 2024 10:13:43 +0100 Subject: [PATCH] Fix: actually run the quarter report every quarter, not every month --- .github/workflows/create-summary-quarter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-summary-quarter.yml b/.github/workflows/create-summary-quarter.yml index d52cdf8..233dec3 100644 --- a/.github/workflows/create-summary-quarter.yml +++ b/.github/workflows/create-summary-quarter.yml @@ -2,7 +2,7 @@ name: Create Summary (Quarter) on: schedule: - - cron: '0 8 1 * *' + - cron: '0 8 1 */3 *' workflow_dispatch: inputs: year: