Skip to content

Commit 16d384e

Browse files
authored
Update cron.yml
1 parent 2d0e366 commit 16d384e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron.yml

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

88
jobs:
99
build:

0 commit comments

Comments
 (0)