Ver código fonte

chore: change mutation testing ci time (#1289)

tsk 2 dias atrás
pai
commit
023e7b97b6
1 arquivos alterados com 2 adições e 2 exclusões
  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: