Skip to content

Commit f92a85f

Browse files
Update cron schedule for closing discussions
1 parent e82b139 commit f92a85f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/close-dormant-discussions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
schedule:
66
# At 01:25 every day
7-
- cron: '25 1 * * *'
7+
- cron: "5 0 * * *"
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)