Skip to content

Commit

Permalink
Update notification-reminder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonichigo authored Sep 10, 2024
1 parent 5910684 commit b801404
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/notification-reminder.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: PR and Issue Activity Reminder via Slack

# on:
# schedule:
# - cron: '0 10 */2 * *' # Runs at 10:00 AM UTC every 2 days

on:
schedule:
- cron: '0 10 */2 * *' # Runs at 10:00 AM UTC every 2 days
- cron: '*/5 * * * *' # Runs every 5 minutes

jobs:
send-reminders:
Expand Down

0 comments on commit b801404

Please sign in to comment.