فهرست منبع

check cron to wait 15 minutes for release

Shahed Nasser 1 سال پیش
والد
کامیت
b3128a2a47
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      .github/workflows/update-preview-deps-ci.yml
  2. 1 1
      .github/workflows/update-preview-deps.yml

+ 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: