Jelajahi Sumber

chore: change mutation testing ci time (#1289)

tsk 2 hari lalu
induk
melakukan
023e7b97b6
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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: