From 480c4080c467d44dad40ef156981a994238483da Mon Sep 17 00:00:00 2001 From: jimchamp Date: Sat, 25 May 2024 07:03:39 -0700 Subject: [PATCH] Run weekly PM digest on Monday and Friday --- .github/workflows/weekly_status_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly_status_report.yml b/.github/workflows/weekly_status_report.yml index 4892e79b369..8c358f4c439 100644 --- a/.github/workflows/weekly_status_report.yml +++ b/.github/workflows/weekly_status_report.yml @@ -1,7 +1,7 @@ name: weekly_status_report on: schedule: - - cron: '30 8 * * *' # XXX : set to appropriate time (before ABC) + - cron: '30 8 * * 1,5' workflow_dispatch: permissions: contents: read