Explorar el Código

feat: run the dependencies-management action every 2 weeks

trgiangdo hace 11 meses
padre
commit
7a154bf443
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/dependencies-management.yml

+ 2 - 2
.github/workflows/dependencies-management.yml

@@ -12,8 +12,8 @@ name: Dependencies management
 
 on:
   schedule:
-    # Run each Sunday at mid day
-    - cron: 00 12 * * 0
+    # Run every 2 weeks on Sunday at mid day UTC
+    - cron: 00 12 */14 * 0
 
   workflow_dispatch: