Skip to content

fix: skip node setup when rebuild not needed - #399

Merged
mraible merged 1 commit into
mainfrom
fix/rebuild-cache-error
Jul 28, 2026
Merged

fix: skip node setup when rebuild not needed#399
mraible merged 1 commit into
mainfrom
fix/rebuild-cache-error

Conversation

@mraible

@mraible mraible commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Moves the checkout and rebuild-check steps before setup-node/corepack so that when no dependency changes are detected, the node/yarn steps are skipped entirely. This prevents the cache path validation error that occurs on scheduled runs when yarn install never executes but setup-node still tries to save the yarn cache on cleanup.

Move checkout and rebuild check before setup-node so that when no
dependency changes are detected, corepack/setup-node/cache steps are
skipped entirely. This prevents the cache path validation error that
occurs when yarn install never runs.
@mraible
mraible requested a review from a team July 27, 2026 18:45
@mraible
mraible merged commit 8463b2e into main Jul 28, 2026
6 checks passed
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.

2 participants