Jelajahi Sumber

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

Yuki Takei 1 tahun lalu
induk
melakukan
4b0769a61e
1 mengubah file dengan 0 tambahan dan 12 penghapusan
  1. 0 12
      .github/workflows/reusable-app-prod.yml

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

@@ -50,18 +50,6 @@ jobs:
       run: |
       run: |
         pnpm install --frozen-lockfile
         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
     - name: Build
       working-directory: ./apps/app
       working-directory: ./apps/app
       run: |
       run: |