Ver código fonte

check cron to wait 15 minutes for release

Shahed Nasser 1 ano atrás
pai
commit
b3128a2a47

+ 1 - 1
.github/workflows/update-preview-deps-ci.yml

@@ -1,7 +1,7 @@
 name: "Update Preview Dependencies (feat/v2-ci)"
 on:
   schedule:
-    - cron: "0 */3 * * *" # every three hours
+    - cron: "15 */3 * * *" # every three hours
   workflow_dispatch:
 
 jobs:

+ 1 - 1
.github/workflows/update-preview-deps.yml

@@ -1,7 +1,7 @@
 name: "Update Preview Dependencies (feat/v2)"
 on:
   schedule:
-    - cron: "0 */3 * * *" # every three hours
+    - cron: "15 */3 * * *" # every three hours
   workflow_dispatch:
 
 jobs: