diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index fd94d6dbd..0195a5a8c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -43,7 +43,7 @@ jobs: # Only dispatch if there are changes to either dotnet or database migrations. No need to deploy if only C4 model views are updated. # - dispatch_deploment_event: + dispatch_deployment_event: if: ${{ needs.changes.outputs.dotnet == 'true' || needs.changes.outputs.db_migrations == 'true' }} runs-on: ubuntu-latest needs: [dotnet_promote_prerelease, changes] @@ -72,7 +72,7 @@ jobs: # dispatch_failed: - needs: [dotnet_promote_prerelease, dispatch_deploment_event] + needs: [dotnet_promote_prerelease, dispatch_deployment_event] if: | always() && contains(needs.*.result, 'failure')