Skip to content

Commit

Permalink
update reminder schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Dec 17, 2024
1 parent e21eafa commit 184c5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-reminder.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Send review reminders'
on:
schedule:
- cron: '30 8 * * 1,3,5' # Scheduled to run at 1:30 AM, Monday, Wednesday, Friday
- cron: '30 8 * * 1,2,3,4,5' # Scheduled to run at 1:30 AM, weekdays

jobs:
remind:
Expand Down

0 comments on commit 184c5f3

Please sign in to comment.