fix: correct job dependency name to data_migration
This commit is contained in:
parent
d24b434f63
commit
b0e5d744c7
2
.github/workflows/deploy-env-migration.yaml
vendored
2
.github/workflows/deploy-env-migration.yaml
vendored
@ -307,7 +307,7 @@ jobs:
|
|||||||
|
|
||||||
switch_dns:
|
switch_dns:
|
||||||
name: Switch DNS Traffic (Manual Approval)
|
name: Switch DNS Traffic (Manual Approval)
|
||||||
needs: migrate_data
|
needs: data_migration
|
||||||
if: ${{ always() && github.event.inputs.terraform_action == 'apply' && github.event.inputs.confirm_dns_switch == 'true' }}
|
if: ${{ always() && github.event.inputs.terraform_action == 'apply' && github.event.inputs.confirm_dns_switch == 'true' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: production
|
environment: production
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user