Skip to content

Commit

Permalink
Merge pull request #9341 from internetarchive/reconfigure-pm-workflow
Browse files Browse the repository at this point in the history
Run weekly PM digest on Monday and Friday
  • Loading branch information
mekarpeles authored May 25, 2024
2 parents 2457f0e + 480c408 commit 24a8024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly_status_report.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 24a8024

Please sign in to comment.