Skip to content

Commit 2beb8b4

Browse files
committed
don't pass cache inputs
1 parent b91ca22 commit 2beb8b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ jobs:
166166
with:
167167
artifact_name: ${{ env.HEAD_COMMIT }}
168168
zip_file_name: sentry-node-serverless-${{ env.SDK_VERSION }}.zip
169-
build_cache_paths: ${{ env.CACHED_BUILD_PATHS }}
170-
build_cache_key: ${{ env.BUILD_CACHE_KEY }}
169+
# build_cache_paths: ${{ env.CACHED_BUILD_PATHS }}
170+
# build_cache_key: ${{ env.BUILD_CACHE_KEY }}
171171

172172
job_size_check:
173173
name: Size Check

0 commit comments

Comments
 (0)