ソースを参照

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

paviko 2 ヶ月 前
コミット
905372c4f8
1 ファイル変更2 行追加2 行削除
  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 }}