From 6582173006a3768f4d254f9895dfd8fb61eea75f Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Tue, 10 Oct 2023 09:40:54 +0100 Subject: [PATCH] Remove obsolete if condition for deploy job --- .github/workflows/aws_deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/aws_deploy.yml b/.github/workflows/aws_deploy.yml index df7a2be0d..2683b9064 100644 --- a/.github/workflows/aws_deploy.yml +++ b/.github/workflows/aws_deploy.yml @@ -72,9 +72,6 @@ jobs: runs-on: ubuntu-latest environment: ${{ inputs.environment }} needs: push_docker_image - if: | - always() && - (needs.push_docker_image.result == 'success' || needs.push_docker_image.result == 'skipped') steps: - name: Configure AWS credentials