Compare commits

...

1 Commits

Author SHA1 Message Date
HoloPanio d9a431d99a fix(ci): sync-cw-to-api must wait for migrate-api to complete
Migration must finish before sync runs so the schema exists.
2026-04-08 20:27:05 +00:00
+1 -1
View File
@@ -293,7 +293,7 @@ jobs:
# must succeed before either the API or worker deploys. # must succeed before either the API or worker deploys.
sync-cw-to-api: sync-cw-to-api:
name: Sync - CW to API name: Sync - CW to API
needs: [build-api, build-worker] needs: [migrate-api, build-worker]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set the Kubernetes context - name: Set the Kubernetes context