fix(ci): use ubuntu-slim for trival jobs#6599
Merged
hanabi1224 merged 1 commit intomainfrom Feb 13, 2026
Merged
Conversation
Contributor
WalkthroughThis PR updates GitHub Actions workflow runner images across 14 CI workflow files from Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Comment |
7cac143 to
2576fb6
Compare
Contributor
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @.github/workflows/link-check.yml:
- Around line 26-29: Confirm whether the change to the GitHub Actions job
"link-check" that sets runs-on: ubuntu-slim was intentional; if it was not,
revert to the previous runner (e.g., ubuntu-latest) or a self-hosted runner and
update the workflow accordingly; if it was intentional, add a brief comment
above the "link-check" job referencing lycheeverse/lychee-action and noting that
ubuntu-slim is in public preview and has a 1 vCPU/5 GB RAM and 15-minute
execution limit, then run the workflow locally or in a branch to verify
lycheeverse/lychee-action works under the constrained preview environment and
adjust timeouts/resources or switch runner if it fails.
🧹 Nitpick comments (1)
.github/workflows/lotus-api-bump.yml (1)
12-12: Ensurejq(and curl) exist on ubuntu-slim.Line 12 moves to
ubuntu-slim, but the script relies onjq. If the slim image doesn’t ship it, the job will fail. Consider installing it explicitly.Proposed hardening step
steps: - uses: actions/checkout@v6 + - name: Install system deps + run: | + sudo apt-get update + sudo apt-get install -y jq curl - name: Update dependencies run: | TAG=$(curl --silent https://api.github.com/repos/filecoin-project/lotus/releases | jq -r 'first | .tag_name')
2576fb6 to
2a81a1c
Compare
6 tasks
6 tasks
This was referenced Mar 30, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of changes
https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories
https://github.blog/changelog/2025-10-28-1-vcpu-linux-runner-now-available-in-github-actions-in-public-preview/
Changes introduced in this pull request:
Reference issue to close (if applicable)
Closes
Other information and links
Change checklist
Outside contributions
Summary by CodeRabbit