Skip to content

Commit

Permalink
Run once a day
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Mar 4, 2025
1 parent 0acf99e commit 90ea6be
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 90ea6be

Please sign in to comment.