Skip to content

Conversation

@yordis
Copy link
Member

@yordis yordis commented Sep 30, 2025

Removes the redundant test job from the CD workflow since CI already validates all code on every PR and push to main.

Changes

  • Removed the test job that only ran on workflow_dispatch
  • Simplified the goreleaser job by removing unnecessary job dependencies
  • Cleaned up conditional logic

Rationale

The test job was redundant because:

  • CI runs tests on every PR and push to main
  • For actual releases, code is already validated by CI
  • Manual workflow_dispatch triggers don't need duplicate validation

This streamlines the release process and makes the workflow cleaner.

@coderabbitai
Copy link

coderabbitai bot commented Sep 30, 2025

Warning

Rate limit exceeded

@yordis has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 20 minutes and 0 seconds before requesting another review.

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

📥 Commits

Reviewing files that changed from the base of the PR and between 72d33a9 and 192573f.

📒 Files selected for processing (1)
  • .github/workflows/cd.yml (0 hunks)
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/cleanup-cd-workflow

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
🧪 Early access (Sonnet 4.5): enabled

We are currently testing the Sonnet 4.5 model, which is expected to improve code review quality. However, this model may lead to increased noise levels in the review comments. Please disable the early access features if the noise level causes any inconvenience.

Note:

  • Public repositories are always opted into early access features.
  • You can enable or disable early access features from the CodeRabbit UI or by updating the CodeRabbit configuration file.

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

@yordis yordis merged commit b11eb7b into main Sep 30, 2025
2 of 3 checks passed
@yordis yordis deleted the chore/cleanup-cd-workflow branch September 30, 2025 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants