ci: run docker image workflow cron once daily at 07:00 IST - #42170
Conversation
Drop the 11:00 and 15:00 IST weekday runs so the scheduled Test, build and push Docker Image workflow fires only at 01:30 UTC.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Included review availability: 4 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 5 reviews per hour. WalkthroughThe scheduled Docker image test workflow now runs once at 7:00 AM IST on weekdays instead of three times daily. ChangesDocker workflow schedule
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change reduces the Docker image workflow to one weekday run at 07:00 IST. No actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Your free Security trial is over. An organization admin can activate Security or dismiss this notice. Comment |
Description
Reduce the weekday schedule for
Test, build and push Docker Imagefrom three runs (07:00, 11:00, 15:00 IST) to a single 07:00 IST run.30 1-11/4 * * 1-5→ 01:30, 05:30, 09:30 UTC30 1 * * 1-5→ 01:30 UTC = 07:00 IST, weekdaysCE-only change. The hourly sync will carry the same cron into EE. GitHub scheduled workflows run from the default branch (
release).Why a single 07:00 IST run
30 5 * * 1-5= 11:00 IST). GitHub often delays TBP until 11:10–11:47, so it is still running when promotion needs a completed SHA-matching run.Fixes https://linear.app/appsmith/issue/APP-15858
Automation
/ok-to-test tags=""
🔍 Cypress test results
Caution
If you modify the content in this section, you are likely to disrupt the CI result for your PR.
Communication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit