Skip to content

Commit 367d3d9

Browse files
committed
perf: add gh-db-migration-wait workflow
1 parent 4c095c8 commit 367d3d9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/k8s_test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ jobs:
1919
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/az_acr_test.yml@dev
2020
secrets: inherit
2121

22+
call-gh-db-migration-wait:
23+
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/gh_db_migration_wait.yml@dev
24+
secrets: inherit
25+
2226
call-k8-db-upgrade:
2327
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/k8s_db_upgrade.yml@dev
24-
needs: [call-az-acr-push-test]
28+
needs: [call-az-acr-push-test, call-gh-db-migration-wait]
2529
if: ${{ github.event.repository.name == 'refinery-gateway' || github.event.repository.name == 'gates-gateway' || github.event.repository.name == 'cognition-gateway' || github.event.repository.name == 'hosted-inference-api' }}
2630
secrets: inherit
2731
with:

gh/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)