Browse Source

Always run deploy step

testing-github-action-conditionals
Sam Seed 1 year ago
parent
commit
948fb4780a
  1. 2
      .github/workflows/aws_deploy.yml

2
.github/workflows/aws_deploy.yml

@ -60,6 +60,8 @@ jobs:
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
needs: push_docker_image
if: |
always()
steps:
- name: Configure AWS credentials

Loading…
Cancel
Save