From dcca59687ce54d236ad7cff466f20a97b8077364 Mon Sep 17 00:00:00 2001 From: Graham Wheeler Date: Thu, 17 Mar 2022 13:48:06 -0700 Subject: [PATCH] Update report.yml Include schedule and manual triggers --- .github/workflows/report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index ed791845..d9504e45 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -2,7 +2,8 @@ name: 'Generate Daily Report' on: schedule: - - cron: '0 5 * * *' + - cron: 6 * * * * + workflow_dispatch: permissions: issues: read