8000 don't pass cache inputs · bissolli/sentry-javascript@47fbd7c · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 47fbd7c

Browse files
committed
don't pass cache inputs
1 parent cce54c0 commit 47fbd7c

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)
0