Skip to content

Commit 11d5997

Browse files
authored
don't run on weekends
1 parent c96adb4 commit 11d5997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-reminder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Send review reminders'
22
on:
33
schedule:
4-
- cron: '30 1 * * *' # Scheduled to run at 1:30 AM daily
4+
- cron: '30 1 * * 1-5' # Scheduled to run at 1:30 AM, Monday through Friday
55
workflow_dispatch: # Allows manual triggering of the workflow
66

77
jobs:

0 commit comments

Comments
 (0)