Skip to content

Commit 24765d1

Browse files
authored
ci: do not install all the dependencies to validate the PR description (#11377)
1 parent 4d61fae commit 24765d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate-pr-description.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
if: steps.changes.outputs.everything_but_markdown == 'true'
4545
uses: ./.github/actions/install-dependencies
4646
with:
47+
pnpm-filters: "./tools"
4748
turbo-api: ${{ secrets.TURBO_API }}
4849
turbo-team: ${{ secrets.TURBO_TEAM }}
4950
turbo-token: ${{ secrets.TURBO_TOKEN }}

0 commit comments

Comments
 (0)