Skip to content

Avoid installer artifact uploads on PR builds#10

Merged
eimexdev merged 1 commit into
mainfrom
codex/reduce-pr-artifact-storage
May 22, 2026
Merged

Avoid installer artifact uploads on PR builds#10
eimexdev merged 1 commit into
mainfrom
codex/reduce-pr-artifact-storage

Conversation

@eimexdev

Copy link
Copy Markdown
Owner

Summary

  • Keeps pull request CI building both installer packages without uploading the large artifacts.
  • Preserves artifact uploads for pushes, manual workflow runs, and release workflow calls.
  • Adds a short artifact retention window for non-PR uploads to reduce quota pressure.

Why

The current release-prep PR builds are reaching actions/upload-artifact, then failing because GitHub Actions artifact storage quota is full. PR builds need to prove packaging still works; they do not need to retain 80-110 MB installer artifacts on every run.

Verification

  • Workflow-only change. The next PR run should still execute the macOS and Windows build steps, but skip Upload installer artifact on pull_request.

@coderabbitai

coderabbitai Bot commented May 22, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@eimexdev has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 7 minutes and 2 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ 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: defaults

Review profile: CHILL

Plan: Free

Run ID: a9696d87-c513-40d0-aab9-76d40f463317

📥 Commits

Reviewing files that changed from the base of the PR and between f734c57 and b8503a2.

📒 Files selected for processing (1)
  • .github/workflows/build-installers.yml

Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

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

@eimexdev
eimexdev merged commit 1ca662b into main May 22, 2026
3 checks passed
@eimexdev
eimexdev deleted the codex/reduce-pr-artifact-storage branch May 22, 2026 02:12
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.

1 participant