Skip to content

Commit 7a15d38

Browse files
committed
Remove conditional check for workflow dispatch in AWS connection step of deploy-backend workflow.
1 parent 70b64ce commit 7a15d38

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/deploy-backend.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ jobs:
160160
AWS_REGION: eu-west-2
161161
steps:
162162
- name: Connect to AWS
163-
if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.recordprocessor_image_tag == '' }}
164163
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7
165164
with:
166165
aws-region: eu-west-2

0 commit comments

Comments
 (0)