From 75c450535e20c9bd0af09906b0e2360353fff57b Mon Sep 17 00:00:00 2001 From: achingbrain Date: Fri, 27 Oct 2023 12:21:15 +0100 Subject: [PATCH] chore: revert cache additions --- actions/cache-node-modules/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/actions/cache-node-modules/action.yml b/actions/cache-node-modules/action.yml index 08430c84b..4a81e92ed 100644 --- a/actions/cache-node-modules/action.yml +++ b/actions/cache-node-modules/action.yml @@ -33,8 +33,6 @@ runs: ./packages/*/dist ./packages/*/types ./packages/*/node_modules - ./interop/*/dist - ./interop/*/node_modules ${{ inputs.directories }} key: ${{ runner.os }}-build-${{ inputs.cache_name }}-${{ github.sha }} - if: steps.cache.outputs.cache-hit != 'true'