Skip to content

build: skip sscache action on non-main branches#61790

Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom
joyeecheung:skip-non-main
Feb 19, 2026
Merged

build: skip sscache action on non-main branches#61790
nodejs-github-bot merged 1 commit intonodejs:mainfrom
joyeecheung:skip-non-main

Conversation

@joyeecheung
Copy link
Member

@joyeecheung joyeecheung commented Feb 12, 2026

To reduce cache thrashing.

From a look at the action results, PRs targeting non-main generally don't have a good cache hit rate anyway, so it seems better to just keep it to main where the majority of the volume is:

https://github.com/nodejs/node/actions/runs/21866462915
https://github.com/nodejs/node/actions/runs/21866461713

Refs: #61436

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/actions

@nodejs-github-bot nodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Feb 12, 2026
@codecov
Copy link

codecov bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.83%. Comparing base (d5279e5) to head (23eea5f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #61790      +/-   ##
==========================================
- Coverage   91.81%   88.83%   -2.98%     
==========================================
  Files         338      675     +337     
  Lines      140073   204855   +64782     
  Branches    22081    39281   +17200     
==========================================
+ Hits       128605   181988   +53383     
- Misses      11242    15097    +3855     
- Partials      226     7770    +7544     

see 485 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@targos targos added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Feb 12, 2026
@aduh95 aduh95 added lts-watch-v20.x PRs that may need to be released in v20.x lts-watch-v22.x PRs that may need to be released in v22.x labels Feb 13, 2026
@aduh95 aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 19, 2026
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 19, 2026
@nodejs-github-bot nodejs-github-bot merged commit 9cd6630 into nodejs:main Feb 19, 2026
30 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 9cd6630

aduh95 pushed a commit that referenced this pull request Feb 19, 2026
To reduce cache thrashing.

PR-URL: #61790
Refs: #61436
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Tierney Cyren <hello@bnb.im>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
aduh95 pushed a commit that referenced this pull request Feb 19, 2026
To reduce cache thrashing.

PR-URL: #61790
Refs: #61436
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Tierney Cyren <hello@bnb.im>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. lts-watch-v20.x PRs that may need to be released in v20.x lts-watch-v22.x PRs that may need to be released in v22.x meta Issues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

Comments