Skip to content

Commit

Permalink
fix: review aws resources
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz committed Jul 1, 2024
1 parent ae7ab7b commit b01d7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_and_deploy_generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
uses: ./.github/actions/prepare_deploy_to_aws
- name: Deploy Review
uses: ./.github/actions/deploy_to_aws
if: ${{ inputs.deploy_staging }}
if: ${{ inputs.deploy_review }}
with:
docker_tag: ${{ needs.docker.outputs.docker_tag }}
stack_name: gitcoin/scroll-badge-service/review
Expand Down

0 comments on commit b01d7e1

Please sign in to comment.