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