We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c095c8 commit 367d3d9Copy full SHA for 367d3d9
.github/workflows/k8s_test.yml
@@ -19,9 +19,13 @@ jobs:
19
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/az_acr_test.yml@dev
20
secrets: inherit
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
+
26
call-k8-db-upgrade:
27
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/k8s_db_upgrade.yml@dev
- needs: [call-az-acr-push-test]
28
+ needs: [call-az-acr-push-test, call-gh-db-migration-wait]
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' }}
30
31
with:
gh/.gitkeep
0 commit comments