Browse Source

Remove obsolete if condition for deploy job

prod-pipeline-testing
Sam Seed 2 years ago
parent
commit
6582173006
  1. 3
      .github/workflows/aws_deploy.yml

3
.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

Loading…
Cancel
Save