Skip to content

Commit e2ffcc9

Browse files
authored
chore(update-llama-cpp): Run weekly on Mondays
Signed-off-by: David de la Iglesia Castro <[email protected]>
1 parent 166a23b commit e2ffcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-llama-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update llama.cpp submodule
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *'
5+
- cron: '0 0 * * MON'
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)