Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cd: fix typo in job name
Browse files Browse the repository at this point in the history
djorgensendk authored Jan 2, 2025
1 parent 7e798bf commit bbdc165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -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')

0 comments on commit bbdc165

Please sign in to comment.