Skip to content

Commit 40d760d

Browse files
committed
fix: 이름 중복 수정
1 parent cc20499 commit 40d760d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-lambda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Release-AWS Lambda
22

33
concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}

.github/workflows/release-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Release-Server
22

33
concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}

0 commit comments

Comments
 (0)