Browse Source

data-update.yml: run on Friday, 16:05 UTC

Alexandre Flament 4 years ago
parent
commit
aef1161633
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/data-update.yml

+ 1 - 1
.github/workflows/data-update.yml

@@ -1,7 +1,7 @@
 name: "Update searx.data"
 on:
   schedule:
-    - cron: "05 15 * * 5"
+    - cron: "05 16 * * 5"
 
 jobs:
   updateData: