chore: change cleanup schedule from weekly to daily#945
Conversation
Co-Authored-By: Itamar Hartstein <[email protected]>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
👋 @devin-ai-integration[bot] |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe GitHub Actions workflow for cleaning up stale schemas was reconfigured to run daily at 03:00 UTC instead of once weekly on Sundays, maintaining all other workflow logic and behavior. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
chore: change schema cleanup schedule from weekly to daily
Summary
Changes the
cleanup-stale-schemasworkflow cron schedule from weekly (Sundays at 03:00 UTC) to daily (03:00 UTC). The cleanup job runs fast, so daily execution is preferred to keep stale CI schemas from accumulating.One-line diff:
0 3 * * 0→0 3 * * *Review & Testing Checklist for Human
elementaryrepo workflow (feat: add daily cleanup workflow for stale CI schemas elementary#2128) — this PR only coversdbt-data-reliabilityNotes
Summary by CodeRabbit