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