浏览代码

chore: change mutation testing ci time (#1289)

tsk 2 天之前
父节点
当前提交
023e7b97b6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/mutation-testing-weekly.yml

+ 2 - 2
.github/workflows/mutation-testing-weekly.yml

@@ -1,9 +1,9 @@
 name: Weekly Mutation Testing
 
 on:
-  # Run every Monday at 9 AM UTC
+  # Run every Friday at 3 AM UTC
   schedule:
-    - cron: '0 9 * * 1'
+    - cron: '0 3 * * 5'
   # Allow manual trigger
   workflow_dispatch: