From fa608270bb6952b0ae23a87dcb7aba8cb3763084 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:40:07 +0100 Subject: [PATCH] Added basic profiling --- .github/workflows/profiling.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/profiling.yaml b/.github/workflows/profiling.yaml index a5bb0ee0b..3e1054cf6 100644 --- a/.github/workflows/profiling.yaml +++ b/.github/workflows/profiling.yaml @@ -1,10 +1,7 @@ name: Profiling Comparison for Specific File 2 on: - pull_request: - paths: - - 'cognee/api/v1/cognify/code_graph_pipeline.py' # Trigger only if this specific file changes - + push jobs: profiler: runs-on: ubuntu-latest