Skip to content

Commit

Permalink
Update reminder_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arshadmhabib authored Mar 13, 2024
1 parent a9b1370 commit 6ff55cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reminder_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Stale Branch Reminder

on:
schedule:
- cron: "0 0 * * *" # Runs every day at midnight
- cron: "25 5 * * *" # Runs every day at midnight

jobs:
reminder:
Expand Down

0 comments on commit 6ff55cd

Please sign in to comment.