Skip to content

Commit e707699

Browse files
committed
update job names
1 parent 2e776e3 commit e707699

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions:
2828
contents: write
2929

3030
jobs:
31-
build:
31+
build-sdk:
3232
environment: Release
3333
runs-on: ubuntu-latest
3434
steps:
@@ -74,7 +74,7 @@ jobs:
7474
# https://github.com/aws-observability/aws-otel-java-instrumentation/tree/93870a550ac30988fbdd5d3bf1e8f9f1b37916f5/smoke-tests
7575

7676
build-layer:
77-
needs: build
77+
needs: build-sdk
7878
runs-on: ubuntu-latest
7979
outputs:
8080
aws_regions_json: ${{ steps.set-matrix.outputs.aws_regions_json }}
@@ -110,8 +110,8 @@ jobs:
110110
name: layer.zip
111111
path: lambda-layer/packages/layer/build/layer.zip
112112

113-
publish:
114-
needs: [build, build-layer]
113+
publish-sdk:
114+
needs: [build-sdk, build-layer]
115115
runs-on: ubuntu-latest
116116
steps:
117117
- name: Checkout Repo @ SHA - ${{ github.sha }}
@@ -171,7 +171,7 @@ jobs:
171171

172172
publish-layer-prod:
173173
runs-on: ubuntu-latest
174-
needs: [build-layer, publish]
174+
needs: [build-layer, publish-sdk]
175175
strategy:
176176
matrix:
177177
aws_region: ${{ fromJson(needs.build-layer.outputs.aws_regions_json) }}
@@ -255,7 +255,7 @@ jobs:
255255
256256
generate-lambda-release-note:
257257
runs-on: ubuntu-latest
258-
needs: [publish, publish-layer-prod]
258+
needs: publish-layer-prod
259259
outputs:
260260
layer-note: ${{ steps.layer-note.outputs.layer-note }}
261261
steps:

0 commit comments

Comments
 (0)