浏览代码

ci(dependencies): run on sunday CET morning

Carlo Sala 11 月之前
父节点
当前提交
203369b0f9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/dependencies.yml

+ 1 - 1
.github/workflows/dependencies.yml

@@ -2,7 +2,7 @@ name: Update dependencies
 on:
 on:
   workflow_dispatch: {}
   workflow_dispatch: {}
   schedule:
   schedule:
-    - cron: "34 3 * * */8"
+    - cron: "0 6 * * 0"
 
 
 jobs:
 jobs:
   check:
   check: