Skip to content

Commit 0e6cfcd

Browse files
committed
ci: modify the time for scheduled execution of action
1 parent 255fe6a commit 0e6cfcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'Close stale issues and PRs'
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '* 4 * * *'
6+
- cron: '0 4 * * *'
77

88
jobs:
99
stale:

0 commit comments

Comments
 (0)