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