Skip to content

Commit

Permalink
fix(ci): prune stale should be executed at 3 AM every day
Browse files Browse the repository at this point in the history
  • Loading branch information
j2gg0s committed Nov 7, 2024
1 parent e51aa5b commit 0cedcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Prune stale issues/prs
on:
workflow_dispatch:
schedule:
- cron: '0 */3 * * *'
- cron: '0 3 * * *'

permissions:
contents: read
Expand Down

0 comments on commit 0cedcb0

Please sign in to comment.