Skip to content

Commit

Permalink
Merge pull request #1052 from uptrace/ci-prune-stale-everyday
Browse files Browse the repository at this point in the history
fix(ci): prune stale should be executed at 3 AM every day
  • Loading branch information
j2gg0s authored Nov 7, 2024
2 parents e51aa5b + 0cedcb0 commit 4b1d9b8
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 4b1d9b8

Please sign in to comment.