disable auto-trigger on sync-graph-data workflow
TELEO_APP_TOKEN secret is not configured, so every push to main triggered a failing workflow run. Kept manual trigger (workflow_dispatch) for when we're ready to re-enable. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b2babf1352
commit
56e6755096
1 changed files with 1 additions and 9 deletions
10
.github/workflows/sync-graph-data.yml
vendored
10
.github/workflows/sync-graph-data.yml
vendored
|
|
@ -5,15 +5,7 @@ name: Sync Graph Data to teleo-app
|
||||||
# This triggers a Vercel rebuild automatically.
|
# This triggers a Vercel rebuild automatically.
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch: # manual trigger only — disabled auto-run until TELEO_APP_TOKEN is configured
|
||||||
branches: [main]
|
|
||||||
paths:
|
|
||||||
- 'core/**'
|
|
||||||
- 'domains/**'
|
|
||||||
- 'foundations/**'
|
|
||||||
- 'convictions/**'
|
|
||||||
- 'ops/extract-graph-data.py'
|
|
||||||
workflow_dispatch: # manual trigger
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue