build: skip sscache action on non-main branches#61790
Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom Feb 19, 2026
Merged
build: skip sscache action on non-main branches#61790nodejs-github-bot merged 1 commit intonodejs:mainfrom
nodejs-github-bot merged 1 commit intonodejs:mainfrom
Conversation
Collaborator
|
Review requested:
|
marco-ippolito
approved these changes
Feb 12, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. 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 🚀 New features to boost your workflow:
|
bnb
approved these changes
Feb 12, 2026
targos
approved these changes
Feb 12, 2026
lpinca
approved these changes
Feb 12, 2026
aduh95
reviewed
Feb 13, 2026
aduh95
reviewed
Feb 13, 2026
aduh95
reviewed
Feb 13, 2026
aduh95
reviewed
Feb 17, 2026
aduh95
reviewed
Feb 17, 2026
To reduce cache thrashing.
ce65f4f to
23eea5f
Compare
aduh95
approved these changes
Feb 19, 2026
targos
approved these changes
Feb 19, 2026
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>
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.
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