Skip to content

Commit 61dea9e

Browse files
fix(deploy): decouple historical verifier backfill (#1176)
Co-authored-by: kyle-compute <kylehvdbnl@gmail.com>
1 parent a575897 commit 61dea9e

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/modal-deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ jobs:
7373
- name: Sync backend dependencies
7474
run: uv sync --frozen
7575

76-
- name: Backfill historical verifier summaries
77-
run: uv run modal run ops_backfill_verifier_summaries.py --apply
78-
7976
- name: Deploy Modal backend
8077
run: uv run modal deploy deploy.py
8178

.github/workflows/staging-deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,6 @@ jobs:
162162
uv sync --frozen
163163
uv run alembic upgrade head
164164
165-
- name: Backfill historical verifier summaries
166-
working-directory: backend
167-
run: uv run modal run ops_backfill_verifier_summaries.py --apply
168-
169165
- name: Deploy
170166
working-directory: backend
171167
run: |

0 commit comments

Comments
 (0)