This commit is contained in:
parent
96db0122e0
commit
7b6859bba9
@ -26,11 +26,8 @@ jobs:
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Build only changed sites
|
||||
env:
|
||||
RANGE: ${{ github.event.pull_request.base.sha || github.event.before }}
|
||||
run: |
|
||||
echo "Building since $RANGE …"
|
||||
pnpm turbo run build \
|
||||
--filter "apps/*" \
|
||||
--since "$RANGE" \
|
||||
--concurrency 1
|
||||
--affected \
|
||||
--concurrency=1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user