VladSenyuta 2 年 前
コミット
697485a4d3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/e2e-weekly.yml

+ 1 - 1
.github/workflows/e2e-weekly.yml

@@ -1,7 +1,7 @@
 name: E2E Automation suite
 on:
   schedule:
-    - cron: '0 0 * * 1'
+    - cron: '0 1 * * 1'
 
 jobs:
   build-and-test: