File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
call-k8-db-upgrade :
23
23
uses : code-kern-ai/cicd-deployment-scripts/.github/workflows/k8s_db_upgrade.yml@dev
24
24
needs : [call-az-acr-push-test]
25
- if : ${{ github.event.repository.name == 'refinery-gateway' || github.event.repository.name == 'gates-gateway' || github.event.repository.name == 'cognition-gateway' }}
25
+ 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
26
secrets : inherit
27
27
with :
28
28
alembic_upgrade_rev : ' head'
86
86
call-k8-db-downgrade :
87
87
uses : code-kern-ai/cicd-deployment-scripts/.github/workflows/k8s_db_downgrade.yml@dev
88
88
needs : [call-az-acr-push-test, call-k8-db-upgrade, k8-test]
89
- if : ${{ failure() && (github.event.repository.name == 'refinery-gateway' || github.event.repository.name == 'gates-gateway' || github.event.repository.name == 'cognition-gateway') }}
89
+ if : ${{ failure() && (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' ) }}
90
90
secrets : inherit
91
91
with :
92
92
alembic_downgrade_rev : ${{ needs.call-k8-db-upgrade.outputs.ALEMBIC_CURRENT_REV }}
You can’t perform that action at this time.
0 commit comments