Skip to content

Commit dec4339

Browse files
authored
Only run GitHub stale action once per day (#3755)
1 parent 1b6964f commit dec4339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Stale
33
# yamllint disable-line rule:truthy
44
on:
55
schedule:
6-
- cron: "0 * * * *"
6+
- cron: "30 1 * * *"
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)