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