fix: correct job dependency name to data_migration

This commit is contained in:
Haitao Pan 2026-06-30 20:47:45 +08:00
parent d24b434f63
commit b0e5d744c7

View File

@ -307,7 +307,7 @@ jobs:
switch_dns:
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' }}
runs-on: ubuntu-latest
environment: production