Change llama.cpp polling timer to run every hour now that it's stable.

This commit is contained in:
Donato Capitella
2025-08-09 12:06:27 +01:00
parent 65214aedfa
commit a042688491
+1 -1
View File
@@ -2,7 +2,7 @@ name: Poll llama.cpp & Trigger Build
on: on:
schedule: schedule:
- cron: '0 0,12 * * *' - cron: '0 * * * *'
workflow_dispatch: workflow_dispatch:
permissions: permissions: