Skip to content

Commit

Permalink
Run repo maintenance every 30 mins instead of every 2 hrs to increase…
Browse files Browse the repository at this point in the history
… throughput
  • Loading branch information
javulticat committed Apr 3, 2024
1 parent c74a861 commit 6af7bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
description: "Max number of operations per run"
type: number
schedule:
- cron: "0 */2 * * *"
- cron: "*/30 * * * *"

jobs:
cleanup-inactive:
Expand Down

0 comments on commit 6af7bb9

Please sign in to comment.