Skip to content

ci: cap CI + release artifact retention#2

Merged
wietzesuijker merged 2 commits into
mainfrom
sota/ci-artifact-retention
Jun 19, 2026
Merged

ci: cap CI + release artifact retention#2
wietzesuijker merged 2 commits into
mainfrom
sota/ci-artifact-retention

Conversation

@wietzesuijker

Copy link
Copy Markdown
Member

Two upload-artifact steps used the default 90-day retention, contributing to the org's 500 MB free-plan Actions storage quota:

  • ci.yml build job — uploaded dist on every push/PR, no downstream consumer. Gated to push + retention-days: 7 (matches speciesfirst/labelfirst).
  • release.yml build job — dist is consumed in-run by publish, so it never needs to outlive the run. retention-days: 1.

Verified: yq parses both workflows cleanly. Part of an org-wide artifact-quota cleanup.

@wietzesuijker wietzesuijker merged commit fe3d436 into main Jun 19, 2026
6 checks passed
@wietzesuijker wietzesuijker deleted the sota/ci-artifact-retention branch June 19, 2026 20:33
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