소스 검색

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: