File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -36,23 +36,10 @@ jobs:
3636 uses : ./.github/workflows/trigger-deploy.yml
3737 secrets : inherit
3838
39- # Run database migrations (depends on build completion and trigger deployment)
40- migrations :
41- name : Apply Database Migrations
42- needs : [build-images, trigger-deploy]
43- if : |
44- always() &&
45- github.event_name == 'push' &&
46- (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/staging') &&
47- needs.build-images.result == 'success' &&
48- needs.trigger-deploy.result == 'success'
49- uses : ./.github/workflows/migrations.yml
50- secrets : inherit
51-
5239 # Process docs embeddings if needed
5340 process-docs :
5441 name : Process Docs
55- needs : migrations
42+ needs : [build-images, trigger-deploy]
5643 if : github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/staging')
5744 uses : ./.github/workflows/docs-embeddings.yml
5845 secrets : inherit
You can’t perform that action at this time.
0 commit comments