Skip to content

Conversation

@AkhileshNegi
Copy link
Collaborator

@AkhileshNegi AkhileshNegi commented Jan 29, 2026

Summary

Target issue is #565

Summary by CodeRabbit

  • Chores
    • Enabled automatic builds for the staging environment to ensure continuous integration workflows execute consistently, allowing updates to be deployed without interruption.

✏️ Tip: You can customize this high-level summary in your review settings.

@AkhileshNegi AkhileshNegi self-assigned this Jan 29, 2026
@AkhileshNegi AkhileshNegi added the enhancement New feature or request label Jan 29, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 29, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

The pull request removes a guard condition (if: false) from the build job in the GitHub Actions staging CD workflow, enabling the job to run unconditionally instead of being permanently disabled.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow
.github/workflows/cd-staging.yml
Removed if: false guard condition from jobs.build, enabling the build job to execute unconditionally.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related issues

  • Issue #565: The change directly implements the re-enabling of the staging CD pipeline by removing the disable guard condition from the build job.

Possibly related PRs

  • PR #521: Both PRs modify the same guard condition in .github/workflows/cd-staging.yml affecting the build job's execution (inverse operations: one disables, the other enables).

Poem

🐰 The build job wakes from slumber deep,
No "false" to make it sleep,
Staging pipelines dance and flow,
Watch the artifacts now grow! ✨


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@AkhileshNegi AkhileshNegi marked this pull request as ready for review January 29, 2026 10:20
@AkhileshNegi AkhileshNegi merged commit 1b85017 into main Jan 29, 2026
1 of 2 checks passed
@AkhileshNegi AkhileshNegi deleted the hotfix/enabling-staging-CD branch January 29, 2026 10:21
@codecov
Copy link

codecov bot commented Jan 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@AkhileshNegi AkhileshNegi linked an issue Jan 30, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deployment: Enable Staging CD

2 participants