Skip to content

Disable environment deployments#406

Merged
5ouma merged 1 commit intomainfrom
ci-environment-without-deployments
Apr 11, 2026
Merged

Disable environment deployments#406
5ouma merged 1 commit intomainfrom
ci-environment-without-deployments

Conversation

@5ouma
Copy link
Copy Markdown
Owner

@5ouma 5ouma commented Apr 11, 2026

⚠️ Issue

close #


✏️ Description

There's no need to create deployments.


There's no need to create deployments.
Copilot AI review requested due to automatic review settings April 11, 2026 03:38
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 11, 2026

Warning

Rate limit exceeded

@5ouma has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 29 minutes and 6 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 29 minutes and 6 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7472ebbf-71a9-4bb1-916c-c80b07a66d29

📥 Commits

Reviewing files that changed from the base of the PR and between 97b602b and 5290a68.

📒 Files selected for processing (3)
  • .github/workflows/ci-checker.yml
  • .github/workflows/ci.yml
  • .github/workflows/release.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci-environment-without-deployments

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.

@github-actions github-actions bot added the 🎽 CI Changes to CI configuration files and scripts label Apr 11, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (97b602b) to head (5290a68).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #406   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          115       115           
  Branches         9         9           
=========================================
  Hits           115       115           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates GitHub Actions workflows to try to disable environment deployments while still assigning jobs to environments.

Changes:

  • Converted environment: <name> from a scalar to a mapping form (name: ...) in multiple workflows.
  • Added deployment: false under each job’s environment configuration.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
.github/workflows/release.yml Attempts to disable deployments for the Release environment on the release job.
.github/workflows/ci.yml Attempts to disable deployments for the CI environment on the test job.
.github/workflows/ci-checker.yml Attempts to disable deployments for the CI-Checker environment on the merge job.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@5ouma 5ouma merged commit 3c3914b into main Apr 11, 2026
21 checks passed
@5ouma 5ouma deleted the ci-environment-without-deployments branch April 11, 2026 03:41
@5ouma 5ouma bot mentioned this pull request Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🎽 CI Changes to CI configuration files and scripts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants