Skip to content

Commit 78cf465

Browse files
committed
[chore] deploy.yml group format 수정
1 parent 427297c commit 78cf465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
concurrency:
9-
group: deploy-${{github.workflow}}-${{github.ref_name}}
9+
group: ${{format('deploy-{0}-{1}', github.workflow, github.ref_name)}}
1010
cancel-in-progress: true
1111

1212
permissions:

0 commit comments

Comments
 (0)