Skip to content

Commit

Permalink
Update Monitor Issues Cron (#2905)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea authored Mar 4, 2025
1 parent 00dc33f commit 690d1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staleIssues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
required: false
default: '30'
schedule:
- cron: "0 */6 * * *" # Runs every 6 hours
- cron: "0 0 * * *" # Runs once a day at midnight
jobs:
monitor-issues:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 690d1c3

Please sign in to comment.