Browse Source

ci(dependencies): run on sunday CET morning

Carlo Sala 11 months ago
parent
commit
203369b0f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/dependencies.yml

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

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