File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 : ${{ (needs.call-k8-db-upgrade.outputs.ALEMBIC_CURRENT_REV != needs.call-k8-db-upgrade.outputs.ALEMBIC_UPGRADED_REV) && (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') }}
89
+ if : ${{ always() && (needs.call-k8-db-upgrade.outputs.ALEMBIC_CURRENT_REV != needs.call-k8-db-upgrade.outputs.ALEMBIC_UPGRADED_REV) && (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