Fix ci workflow
Some checks failed
Build and deploy updated apps / build (push) Failing after 58s

This commit is contained in:
Dominik Milacher 2025-06-13 18:09:22 +02:00
parent 96db0122e0
commit 7b6859bba9

View File

@ -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