Skip to content

Commit 25321be

Browse files
committed
[FIX]: edited 제거 및 좀 더 명확한 그룹명으로 나타나도록 수정
1 parent 56e8738 commit 25321be

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/Backend-CI.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ on:
1414
# PR 생성 및 다시 오픈 시
1515
opened, reopened,
1616
# 최초 PR 제출 이후 작업 브랜치 push 발생 시
17-
synchronize,
18-
# pr 제목, 내용 수정 등 일체의 수정이 발생했을 때 트리거 되는데요.
19-
# 타켓 브랜치를 잘못 설정했을 때의 상황을 상정하여 설정입니다.
20-
edited
17+
synchronize
2118
]
2219

2320
# 대상 경로의 수정 사항이 있을 때 동작
@@ -32,7 +29,7 @@ on:
3229

3330
# 동일 브랜치에서 연속 실행 방지
3431
concurrency:
35-
group: ${{ github.workflow}}-${{ github.ref }}-${{ github.event_name }}
32+
group: backend-ci-${{ github.ref }}-${{ github.event.pull_request.number }}
3633
cancel-in-progress: true
3734

3835
permissions:
@@ -43,7 +40,6 @@ permissions:
4340
jobs:
4441
backend-ci:
4542
# 상단의 types 주석을 참고
46-
if: github.event.action != 'edited' || github.event.changes.base.ref
4743
name: Backend CI
4844
runs-on: ubuntu-latest
4945

0 commit comments

Comments
 (0)