File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 19
19
uses : code-kern-ai/cicd-deployment-scripts/.github/workflows/az_acr_test.yml@dev
20
20
secrets : inherit
21
21
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
+
22
26
call-k8-db-upgrade :
23
27
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 ]
25
29
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' }}
26
30
secrets : inherit
27
31
with :
You can’t perform that action at this time.
0 commit comments