Skip to content

Commit e55c5e4

Browse files
authored
do not setup node/yarn when not needed (#8238)
1 parent 66e337b commit e55c5e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ jobs:
488488
fi
489489
490490
- name: Use Node.js
491+
if: steps.diffcheck.outputs.clean == 'false'
491492
uses: actions/setup-node@v6
492493
with:
493494
cache: yarn

0 commit comments

Comments
 (0)