Skip to content

Commit

Permalink
change to UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin committed Dec 17, 2024
1 parent e726046 commit 8d38bbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/weekly-summaries.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Contributor Updates
on:
schedule:
- cron: '0 19 * * *' # Daily at 5:00 PM EST
- cron: '0 19 * * 5' # Weekly on Friday at 5:00 PM EST
- cron: '0 19 4 * *' # Monthly on 4th at 5:00 PM EST
- cron: '30 22 * * *' # Daily at 5:30 PM EST
- cron: '0 22 * * 5' # Weekly on Friday at 5:00 PM EST
- cron: '0 22 4 * *' # Monthly on 4th at 5:00 PM EST
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 8d38bbb

Please sign in to comment.