Bläddra i källkod

disable cache for dist

Yuki Takei 1 år sedan
förälder
incheckning
97bb649dbb
1 ändrade filer med 0 tillägg och 12 borttagningar
  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: |