From 02ebfabe978b3da748043b7a04d2d6b9b1238121 Mon Sep 17 00:00:00 2001 From: Graham Wheeler Date: Thu, 17 Mar 2022 12:18:59 -0700 Subject: [PATCH] Update report.yml Change back to scheduled reports --- .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 41730689..0649ca8d 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -1,7 +1,8 @@ name: 'Generate Daily Report' on: - workflow_dispatch + schedule: + - cron: '0 5 * * *' permissions: issues: read