From 325fbff1e6dc927eef86ee690e89b0798c685ee4 Mon Sep 17 00:00:00 2001 From: oonyeje Date: Fri, 7 Mar 2025 14:40:36 -0500 Subject: [PATCH] - use synchronize trigger --- .gitea/workflows/llm_pipeline_actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/llm_pipeline_actions.yaml b/.gitea/workflows/llm_pipeline_actions.yaml index 921107a..a7517bf 100644 --- a/.gitea/workflows/llm_pipeline_actions.yaml +++ b/.gitea/workflows/llm_pipeline_actions.yaml @@ -2,7 +2,7 @@ name: 'Ollama Review' on: pull_request: - types: [opened, edited] # PR open시 자동 코드 리뷰 요청 + types: [opened, synchronize] # PR open시 자동 코드 리뷰 요청 # permissions: # contents: read # 콘텐츠 접근 권한 (PR 변경 사항 읽기)