Skip to content

Disable environment deployments#54

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

Disable environment deployments#54
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:37
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 11, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ea75994f-1d76-4c6f-a1e8-f8b71d0ad59c

📥 Commits

Reviewing files that changed from the base of the PR and between 853b7b2 and c41d91f.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • .github/workflows/release.yml

Walkthrough

Both CI and release workflow files were updated to modify job environment configurations. The test job in the CI workflow and the tagpr job in the release workflow now use object-based environment specifications with name and deployment properties instead of simple string values.

Changes

Cohort / File(s) Summary
Workflow Environment Configuration
.github/workflows/ci.yml, .github/workflows/release.yml
Updated job environment configurations from simple strings to object form, adding explicit deployment: false settings for the test job (CI) and tagpr job (Release).
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Disable environment deployments' clearly and concisely summarizes the main change: disabling deployments in GitHub Actions workflow environments.
Description check ✅ Passed The description is related to the changeset, explaining that deployments are not needed and providing rationale for the workflow environment configuration changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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.

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 aims to disable GitHub “deployment” records being created by jobs that reference environments.

Changes:

  • Updated workflow job environment definitions from a string to an object.
  • Added deployment: false under environment for CI and Release jobs.

Reviewed changes

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

File Description
.github/workflows/release.yml Attempts to disable environment deployments for the release tagging job by adding deployment: false.
.github/workflows/ci.yml Attempts to disable environment deployments for the test job by adding deployment: false.

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

@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 51.08%. Comparing base (184cd55) to head (c41d91f).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #54   +/-   ##
=======================================
  Coverage   51.08%   51.08%           
=======================================
  Files           9        9           
  Lines         370      370           
=======================================
  Hits          189      189           
  Misses        167      167           
  Partials       14       14           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@5ouma 5ouma merged commit 3a08bae into main Apr 11, 2026
22 of 24 checks passed
@5ouma 5ouma deleted the ci-environment-without-deployments branch April 11, 2026 03:44
@5ouma 5ouma bot mentioned this pull request Apr 8, 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