aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChristian Fehmer <[email protected]>2024-08-06 09:36:56 +0200
committerChristian Fehmer <[email protected]>2024-08-06 09:36:56 +0200
commit649f0089b2367757e42caa48d854e3a8adf43f7b (patch)
tree98b5f3bfca9b96cb2cbd792f37e9d3d84946ee5e
parent6ad433094671a9f2811ed510b3dae32f0fa3d707 (diff)
downloadmonkeytype-feature/optimize-prime-cache.tar.gz
monkeytype-feature/optimize-prime-cache.zip
ci: skip cache download on prime-cache jobfeature/optimize-prime-cache
-rw-r--r--.github/workflows/monkey-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/monkey-ci.yml b/.github/workflows/monkey-ci.yml
index 16097b4ac..500b5f334 100644
--- a/.github/workflows/monkey-ci.yml
+++ b/.github/workflows/monkey-ci.yml
@@ -94,6 +94,7 @@ jobs:
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-${{ env.NODE_VERSION }}-build-${{ env.cache-name }}-${{ hashFiles('pnpm-lock.yaml') }}
+ lookup-only: true
- if: ${{ steps.cache-pnpm.outputs.cache-hit != 'true' }}
name: Full checkout