diff --git a/.github/workflows/auto-fix-budget.yml b/.github/workflows/auto-fix-budget.yml index 1cdc758..81dc010 100644 --- a/.github/workflows/auto-fix-budget.yml +++ b/.github/workflows/auto-fix-budget.yml @@ -1,9 +1,10 @@ name: Auto-Fix Budget Monitoring on: - schedule: - # Run every hour to track budget in near real-time - - cron: '0 * * * *' + # schedule disabled — burns Actions minutes + # schedule: + # # Run every hour to track budget in near real-time + # - cron: '0 * * * *' workflow_dispatch: # Allow manual trigger inputs: budget_threshold: diff --git a/.github/workflows/auto-fix-monitor.yml b/.github/workflows/auto-fix-monitor.yml index 6ad1ebc..6c71396 100644 --- a/.github/workflows/auto-fix-monitor.yml +++ b/.github/workflows/auto-fix-monitor.yml @@ -5,9 +5,10 @@ name: Auto-Fix Health Monitor # Alerts via GitHub issues when problems are detected on: - schedule: - # Run every 6 hours - - cron: '0 */6 * * *' + # schedule disabled — burns Actions minutes + # schedule: + # # Run every 6 hours + # - cron: '0 */6 * * *' workflow_dispatch: # Allow manual trigger inputs: check_hours: diff --git a/.github/workflows/auto-fix-report.yml b/.github/workflows/auto-fix-report.yml index 0cccb49..b9a9463 100644 --- a/.github/workflows/auto-fix-report.yml +++ b/.github/workflows/auto-fix-report.yml @@ -1,9 +1,10 @@ name: Auto-Fix Performance Report on: - schedule: - # Run weekly on Monday at 9am UTC - - cron: '0 9 * * 1' + # schedule disabled — burns Actions minutes + # schedule: + # # Run weekly on Monday at 9am UTC + # - cron: '0 9 * * 1' workflow_dispatch: inputs: week_offset: diff --git a/.github/workflows/drift-detection.yml b/.github/workflows/drift-detection.yml index c1ac1a8..7611f01 100644 --- a/.github/workflows/drift-detection.yml +++ b/.github/workflows/drift-detection.yml @@ -1,9 +1,10 @@ name: Drift Detection on: - schedule: - # Run weekly on Sunday at midnight UTC - - cron: '0 0 * * 0' + # schedule disabled — burns Actions minutes + # schedule: + # # Run weekly on Sunday at midnight UTC + # - cron: '0 0 * * 0' workflow_dispatch: # Allow manual trigger env: