Skip to content

Commit

Permalink
fix: add missing deployment type rule
Browse files Browse the repository at this point in the history
Fixes EventBridge deployment running when ECS deployment is desired.
  • Loading branch information
wilsonjord committed Jul 22, 2024
1 parent e529ef2 commit 46dccb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-aws-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
cluster: ${{ inputs.deployment-type == 'ecs' && inputs.cluster || '' }}
wait-for-service-stability: true
- name: Update EventBridge target
if: inputs.deployment-type == 'eventbridge'
run: |
# get target
aws events list-targets-by-rule \
Expand Down

0 comments on commit 46dccb7

Please sign in to comment.