Browse Source

data-update.yml: run on Friday

give the weekend to review the PR
Alexandre Flament 4 years ago
parent
commit
f59acf4138
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"
 name: "Update searx.data"
 on:
 on:
   schedule:
   schedule:
-    - cron: "37 13 * * 0"
+    - cron: "37 13 * * 5"
 
 
 jobs:
 jobs:
   updateData:
   updateData: