Skip to content

Commit e76fc8c

Browse files
authored
Remove migrations ci (#1501)
1 parent e9150a5 commit e76fc8c

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)