Skip to content

Commit

Permalink
don't run on weekends
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux authored Dec 6, 2024
1 parent c96adb4 commit 11d5997
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 1 * * *' # Scheduled to run at 1:30 AM daily
- cron: '30 1 * * 1-5' # Scheduled to run at 1:30 AM, Monday through Friday
workflow_dispatch: # Allows manual triggering of the workflow

jobs:
Expand Down

0 comments on commit 11d5997

Please sign in to comment.