-
Notifications
You must be signed in to change notification settings - Fork 2
fix(cd): Release to staging sequentially to prevent Git conflicts #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
un the job sequentially to prevent Git conflicts from `update-config-version` action e.g. main and tagged release trigger CD job(s), the second job gets a conflict as it has checked out the branch before first job's commit has been automatically merged (first action already merged)
📝 WalkthroughWalkthroughA concurrency block has been added to the Release staging job in the GitHub Actions workflow. The configuration specifies Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
🔇 Additional comments (1)
Comment |
|
📦 Python package built successfully!
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #37 +/- ##
=======================================
Coverage 72.92% 72.92%
=======================================
Files 94 94
Lines 5175 5175
Branches 755 755
=======================================
Hits 3774 3774
Misses 1157 1157
Partials 244 244
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
🚀 Review App Deployment Started
|
run the job sequentially to prevent Git conflicts from
update-config-versionactione.g. main and tagged release trigger CD job(s), the second job gets a conflict as it has checked out the branch before first job's commit has been automatically merged (first action already merged)
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.