From cec892fb9602683a8e51ab7e5b982a67757589d0 Mon Sep 17 00:00:00 2001 From: michelwi Date: Sat, 8 Feb 2025 22:25:07 +0100 Subject: [PATCH] do not run llm review on push --- .github/workflows/llm_code_review.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/llm_code_review.yml b/.github/workflows/llm_code_review.yml index 98946df0f..1012efbfc 100644 --- a/.github/workflows/llm_code_review.yml +++ b/.github/workflows/llm_code_review.yml @@ -1,8 +1,5 @@ name: Code Review with ollama on: - push: - branches: - - main pull_request: branches: - main