Skip to content

Commit

Permalink
Reduce Issues Cleanup workflow frequency to 6 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
majd committed Dec 20, 2023
1 parent 6597f5a commit 3199afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
issue_comment:
types: [created]
schedule:
- cron: "0 * * * *" # Every hour, every day
- cron: "0 */6 * * *" # every 6 hours

jobs:
scan-issues:
Expand Down

0 comments on commit 3199afc

Please sign in to comment.