From dc734a817f855c5b7d61d9dddb87a98b73c1dd84 Mon Sep 17 00:00:00 2001 From: Graham Wheeler Date: Thu, 17 Mar 2022 13:48:47 -0700 Subject: [PATCH] Update fullreport.yml Include schedule and manual triggers --- .github/workflows/fullreport.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fullreport.yml b/.github/workflows/fullreport.yml index 3118bcb8..e3cc4a6d 100644 --- a/.github/workflows/fullreport.yml +++ b/.github/workflows/fullreport.yml @@ -1,7 +1,9 @@ name: 'Generate Weekly Full Report' on: - workflow_dispatch + schedule: + - cron: 5 * * * 1 + workflow_dispatch: permissions: issues: read