Skip to content

Commit 3c783ae

Browse files
committed
fix: Backend CI 수정
- 동시 실행 중 좀 더 명확한 그룹 네이밍으로 수정
1 parent 00579f5 commit 3c783ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Backend-CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232

3333
# 동일 브랜치에서 연속 실행 방지
3434
concurrency:
35-
group: backend-ci-${{ github.ref }}-${{ github.event.pull_request.number }}
35+
group: relife-backend-ci-${{ github.ref }}-${{ github.event.pull_request.number }}
3636
cancel-in-progress: true
3737

3838
permissions:
@@ -57,11 +57,11 @@ jobs:
5757
uses: actions/checkout@v4
5858

5959
# JDK 설정
60-
# Amazon Corretto 21 사용 (Docker와 일치)
60+
# Graalvm 21 사용 (Docker 및 개발 환경 일치)
6161
- name: Set up JDK 21
6262
uses: actions/setup-java@v5
6363
with:
64-
distribution: "corretto"
64+
distribution: "graalvm"
6565
java-version: "21"
6666

6767
# Gradle 셋업

0 commit comments

Comments
 (0)