Skip to content

Commit

Permalink
Remove if conditions on dev deploy lambda invoke (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgodwin1 authored Feb 19, 2025
1 parent 636e2f0 commit 8c7eb4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-cdk-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ jobs:
popd
- name: Invoke setup functions after site lambdas deployed
if: success() && steps.findPr.outputs.number
env:
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
AWS_DEFAULT_REGION: ${{ vars.AWS_DEFAULT_REGION }}
Expand Down

0 comments on commit 8c7eb4b

Please sign in to comment.