diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07535b33a..992e5d58b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,6 @@ on: - '.github/workflows/ai-triage.yml' - '.github/workflows/build-native.yml' - '.github/workflows/cleanup-dev-versions.yml' - - '.github/workflows/pipeline.yml' - 'LICENSE' pull_request: branches: [main] @@ -16,7 +15,6 @@ on: - '.github/workflows/ai-triage.yml' - '.github/workflows/build-native.yml' - '.github/workflows/cleanup-dev-versions.yml' - - '.github/workflows/pipeline.yml' - 'LICENSE' concurrency: diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 030fb9d15..414daad84 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -45,6 +45,9 @@ jobs: - name: Install dependencies run: npm ci + - name: Install web host dependencies + run: npm --prefix web ci + - name: Cache Next.js build uses: useblacksmith/cache@v5 with: