Răsfoiți Sursa

Merge branch 'master' into imprv/types-for-crowi-and-config-manager

Yuki Takei 1 an în urmă
părinte
comite
4b0769a61e
1 a modificat fișierele cu 0 adăugiri și 12 ștergeri
  1. 0 12
      .github/workflows/reusable-app-prod.yml

+ 0 - 12
.github/workflows/reusable-app-prod.yml

@@ -50,18 +50,6 @@ jobs:
       run: |
         pnpm install --frozen-lockfile
 
-    - name: Cache/Restore dist
-      uses: actions/cache@v4
-      with:
-        path: |
-          **/.turbo
-          **/dist
-          **/node_modules/.cache/turbo
-          ${{ github.workspace }}/apps/app/.next
-        key: dist-app-prod-${{ runner.OS }}-node${{ inputs.node-version }}-${{ github.sha }}
-        restore-keys: |
-          dist-app-prod-${{ runner.OS }}-node${{ inputs.node-version }}-
-
     - name: Build
       working-directory: ./apps/app
       run: |