[ci] Skip build for lint jobs (#48234)
This commit is contained in:
parent
a7f634d5ef
commit
f3a7c0a6ec
|
@ -88,12 +88,14 @@ jobs:
|
|||
name: 'Checkout'
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: './.github/actions/setup-woocommerce-monorepo'
|
||||
name: 'Setup Monorepo'
|
||||
id: 'setup-monorepo'
|
||||
with:
|
||||
install: '${{ matrix.projectName }}...'
|
||||
build: '${{ matrix.projectName }}'
|
||||
build: false
|
||||
|
||||
- name: 'Lint'
|
||||
run: 'pnpm --filter="${{ matrix.projectName }}" ${{ matrix.command }}'
|
||||
|
||||
|
|
Loading…
Reference in New Issue