Parcourir la source

fix: disable scheduled stats workflow runs, keep manual trigger only

paviko il y a 1 mois
Parent
commit
905372c4f8
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      .github/workflows/stats.yml

+ 2 - 2
.github/workflows/stats.yml

@@ -1,8 +1,8 @@
 name: stats
 
 on:
-  schedule:
-    - cron: "0 12 * * *" # Run daily at 12:00 UTC
+  # schedule:
+  #   - cron: "0 12 * * *" # Run daily at 12:00 UTC
   workflow_dispatch: # Allow manual trigger
 
 concurrency: ${{ github.workflow }}-${{ github.ref }}