Parcourir la source

chore: change mutation testing ci time (#1289)

tsk il y a 2 jours
Parent
commit
023e7b97b6
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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: