diff --git a/.github/workflows/sync-graph-data.yml b/.github/workflows/sync-graph-data.yml index d668aac1d..364cd40df 100644 --- a/.github/workflows/sync-graph-data.yml +++ b/.github/workflows/sync-graph-data.yml @@ -5,15 +5,7 @@ name: Sync Graph Data to teleo-app # This triggers a Vercel rebuild automatically. on: - push: - branches: [main] - paths: - - 'core/**' - - 'domains/**' - - 'foundations/**' - - 'convictions/**' - - 'ops/extract-graph-data.py' - workflow_dispatch: # manual trigger + workflow_dispatch: # manual trigger only — disabled auto-run until TELEO_APP_TOKEN is configured jobs: sync: