8000 rename lambda GHA job · bissolli/sentry-javascript@1a6a911 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a6a911

Browse files
committed
rename lambda GHA job
1 parent da10e94 commit 1a6a911

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
@@ -134,8 +134,8 @@ jobs:
134134
# `job_build` can't see `job_install_deps` and what it returned)
135135
dependency_cache_key: ${{ needs.job_install_deps.outputs.dependency_cache_key }}
136136

137-
job_build_aws_lambda_layer:
138-
name: Build AWS Lambda Layer
137+
job_pack_aws_lambda_layer:
138+
name: Pack and Upload AWS Lambda Layer
139139
needs: [job_get_metadata, job_build]
140140
runs-on: ubuntu-latest
141141
steps:

0 commit comments

Comments
 (0)
0