Cache fixes

pull/7431/head
zomars 2023-02-25 08:03:08 -07:00
parent 6db3b1afbe
commit 4636609be2
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ runs:
${{ github.workspace }}/apps/web/.next
**/.turbo/**
**/dist/**
key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.key-1 }}-${{ env.key-2 }}-${{ github.sha }}
key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.key-1 }}-${{ env.key-2 }}-${{ github.event.pull_request.number || github.ref }}
restore-keys: |
${{ runner.os }}-${{ env.cache-name }}-${{ env.key-1 }}-${{ env.key-2 }}-