Skip to content

Commit 08c78cd

Browse files
committed
redo the cron
1 parent 45d9f40 commit 08c78cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
repository_dispatch:
77
types: [custom-event]
88
workflow_dispatch:
9+
schedule:
10+
- cron: '0 4 * * 0'
911

1012
permissions:
1113
contents: write

0 commit comments

Comments
 (0)