Skip to content

Commit 40df779

Browse files
committed
INT-3259: "1" should've been a "*"
1 parent 7b334ec commit 40df779

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
@@ -4,7 +4,7 @@ name: "Stale"
44

55
on:
66
schedule:
7-
- cron: "0 0 1 * *"
7+
- cron: "0 0 * * *"
88

99
jobs:
1010
stale:

0 commit comments

Comments
 (0)