Skip to content

Commit 0e66dbc

Browse files
run every day at midnight
1 parent ccf293e commit 0e66dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: slice
33
on:
44
push:
55
schedule:
6-
- cron: '0 * * * *'
6+
- cron: '0 0 * * *'
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)