Skip to content

Commit a2e40d7

Browse files
tsnobipcknitt
authored andcommitted
do not setup node/yarn when not needed (#8238)
1 parent 5ceaa7b commit a2e40d7

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
@@ -528,6 +528,7 @@ jobs:
528528
fi
529529
530530
- name: Use Node.js
531+
if: steps.diffcheck.outputs.clean == 'false'
531532
uses: actions/setup-node@v6
532533
with:
533534
cache: yarn

0 commit comments

Comments
 (0)